diff options
Diffstat (limited to 'libbindgen/tests/headers/empty_template_param_name.hpp')
-rw-r--r-- | libbindgen/tests/headers/empty_template_param_name.hpp | 2 |
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<>> |