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/empty_template_param_name.hpp | |
parent | e358a00e88e5d69608dd0c4967a4e2e0c78f323f (diff) |
Template related tests for derive Hash
Diffstat (limited to 'tests/headers/empty_template_param_name.hpp')
-rw-r--r-- | tests/headers/empty_template_param_name.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/empty_template_param_name.hpp b/tests/headers/empty_template_param_name.hpp index 0e9f3c34..ef212d55 100644 --- a/tests/headers/empty_template_param_name.hpp +++ b/tests/headers/empty_template_param_name.hpp @@ -1,3 +1,4 @@ +// bindgen-flags: --with-derive-hash // bindgen-flags: -- -std=c++11 template<typename...> using __void_t = void; |