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/empty_template_param_name.hpp | |
parent | 8ed02618a57ead804c58b263f66dd8047c4bc9c6 (diff) |
Template related tests for derive Eq
Diffstat (limited to 'tests/headers/empty_template_param_name.hpp')
-rw-r--r-- | tests/headers/empty_template_param_name.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/empty_template_param_name.hpp b/tests/headers/empty_template_param_name.hpp index 11b6221c..ab2aab92 100644 --- a/tests/headers/empty_template_param_name.hpp +++ b/tests/headers/empty_template_param_name.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 template<typename...> using __void_t = void; |