summaryrefslogtreecommitdiff
path: root/tests/headers/empty_template_param_name.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/empty_template_param_name.hpp')
-rw-r--r--tests/headers/empty_template_param_name.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/headers/empty_template_param_name.hpp b/tests/headers/empty_template_param_name.hpp
deleted file mode 100644
index b3360bc9..00000000
--- a/tests/headers/empty_template_param_name.hpp
+++ /dev/null
@@ -1,4 +0,0 @@
-template<typename...> using __void_t = void;
-
-template<typename _Iterator, typename = __void_t<>>
- struct __iterator_traits { };