summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/empty_template_param_name.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/empty_template_param_name.hpp')
-rw-r--r--libbindgen/tests/headers/empty_template_param_name.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbindgen/tests/headers/empty_template_param_name.hpp b/libbindgen/tests/headers/empty_template_param_name.hpp
index b3360bc9..0e9f3c34 100644
--- a/libbindgen/tests/headers/empty_template_param_name.hpp
+++ b/libbindgen/tests/headers/empty_template_param_name.hpp
@@ -1,3 +1,5 @@
+// bindgen-flags: -- -std=c++11
+
template<typename...> using __void_t = void;
template<typename _Iterator, typename = __void_t<>>