diff options
author | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-16 21:17:21 -0500 |
---|---|---|
committer | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-21 16:14:41 -0500 |
commit | b87f4ba8ba8851cc9f8cbd06cbaf348c689aa402 (patch) | |
tree | f70160a0fd22c5558191a7b76ee307467fccda63 /tests/headers/anonymous-template-types.hpp | |
parent | 8ed02618a57ead804c58b263f66dd8047c4bc9c6 (diff) |
Template related tests for derive Eq
Diffstat (limited to 'tests/headers/anonymous-template-types.hpp')
-rw-r--r-- | tests/headers/anonymous-template-types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anonymous-template-types.hpp b/tests/headers/anonymous-template-types.hpp index 883f60f5..d4ad534b 100644 --- a/tests/headers/anonymous-template-types.hpp +++ b/tests/headers/anonymous-template-types.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq -- -std=c++14 +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -- -std=c++14 template <typename T, typename> struct Foo { |