diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-08-22 16:22:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 16:22:50 -0500 |
commit | 978b5316f79aae7a66fd7390d13276a005f9fc9a (patch) | |
tree | 080cb3c54b572fab3a0e4f7a8c059155a27ff378 /tests/headers/class_with_inner_struct.hpp | |
parent | 723e93d1267e58cb1aafd04d221a0dff17e212d9 (diff) | |
parent | ff9d000435b84220d91347592282a76cbf4942e2 (diff) |
Auto merge of #919 - photoszzt:has_float, r=fitzgen
Can derive Eq
Fix: #880 r? @fitzgen
Diffstat (limited to 'tests/headers/class_with_inner_struct.hpp')
-rw-r--r-- | tests/headers/class_with_inner_struct.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_with_inner_struct.hpp b/tests/headers/class_with_inner_struct.hpp index c50cfa2b..3cb6cfed 100644 --- a/tests/headers/class_with_inner_struct.hpp +++ b/tests/headers/class_with_inner_struct.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq // bindgen-flags: -- -std=c++11 class A { |