Added initial support for C++0x decltype().
Added testcase cpp0x_decltype. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11525 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8a4efbc6d3
commit
e2e9b04b3d
5 changed files with 58 additions and 3 deletions
|
|
@ -411,7 +411,8 @@ CPP0X_TEST_CASES = \
|
|||
cpp0x_rvalue_reference \
|
||||
cpp0x_variadic_templates \
|
||||
cpp0x_alternate_function_syntax \
|
||||
cpp0x_userdefined_literals
|
||||
cpp0x_userdefined_literals \
|
||||
cpp0x_decltype
|
||||
# cpp0x_hash_types # not fully implemented yet
|
||||
# cpp0x_lambda_functions # not supported by GCC or MSVC yet
|
||||
# cpp0x_null_pointer_constant # not supported by any compilers yet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue