diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-04 15:54:53 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-09 15:19:00 -0700 |
commit | df820a20ca904268033a04506b8c96b416ad90ba (patch) | |
tree | 4cc435d1b7066cd661a39df2d4da2681337c7f04 /tests/headers/anonymous-template-types.hpp | |
parent | e358a00e88e5d69608dd0c4967a4e2e0c78f323f (diff) |
Template related tests for derive Hash
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 9ada71a9..34924fc9 100644 --- a/tests/headers/anonymous-template-types.hpp +++ b/tests/headers/anonymous-template-types.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: -- -std=c++14 +// bindgen-flags: --with-derive-hash -- -std=c++14 template <typename T, typename> struct Foo { |