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