Added test case for explicit conversion operators.

Some cosmetic fixes.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11323 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matevz Jekovec 2009-06-26 22:23:07 +00:00
commit 4946748164
4 changed files with 37 additions and 1 deletions

View file

@ -400,7 +400,8 @@ CPP_TEST_CASES += \
# C++0x test cases.
CPP0X_TEST_CASES = \
cpp0x_template_double_brackets
cpp0x_template_double_brackets \
cpp0x_explicit_conversion_operators
# cpp0x_constexpr # not supported by any compilers yet
# Broken C++0x test cases.