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