diff options
Diffstat (limited to 'tests/headers/using.hpp')
-rw-r--r-- | tests/headers/using.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/using.hpp b/tests/headers/using.hpp index fb848fd6..ba07b9c8 100644 --- a/tests/headers/using.hpp +++ b/tests/headers/using.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: -std=c++11 +// bindgen-flags: -- -std=c++11 template<typename T> class Point { |