summaryrefslogtreecommitdiff
path: root/tests/headers/builtin-template.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/builtin-template.hpp')
-rw-r--r--tests/headers/builtin-template.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/builtin-template.hpp b/tests/headers/builtin-template.hpp
deleted file mode 100644
index 4e64ebc7..00000000
--- a/tests/headers/builtin-template.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace std {
-template<class T, T... Ints>
-class integer_sequence;
-template<class T, T N>
-using make_integer_sequence = __make_integer_seq<integer_sequence, T, N>;
-}