diff options
Diffstat (limited to 'tests/headers/empty_template_param_name.hpp')
-rw-r--r-- | tests/headers/empty_template_param_name.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/empty_template_param_name.hpp b/tests/headers/empty_template_param_name.hpp deleted file mode 100644 index ab2aab92..00000000 --- a/tests/headers/empty_template_param_name.hpp +++ /dev/null @@ -1,7 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -// bindgen-flags: -- -std=c++11 - -template<typename...> using __void_t = void; - -template<typename _Iterator, typename = __void_t<>> - struct __iterator_traits { }; |