diff options
Diffstat (limited to 'Examples/test-suite/cpp11_template_double_brackets.i')
-rw-r--r-- | Examples/test-suite/cpp11_template_double_brackets.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/cpp11_template_double_brackets.i b/Examples/test-suite/cpp11_template_double_brackets.i index ba5caa5c5..d7522c9f0 100644 --- a/Examples/test-suite/cpp11_template_double_brackets.i +++ b/Examples/test-suite/cpp11_template_double_brackets.i @@ -1,5 +1,5 @@ /* This interface checks whether SWIG supports the new double angled brackets - in the template syntax without having a space inbetween. This feature was + in the template syntax without having a space in between. This feature was introduced in new C++11 standard. */ %module cpp11_template_double_brackets |