Added syntax for lambda expressions and closures introduced in C++0x.

Added testcase cpp0x_lambda_functions.i.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11491 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matevz Jekovec 2009-08-03 15:03:41 +00:00
commit ba2c8cff40
3 changed files with 48 additions and 1 deletions

View file

@ -412,6 +412,7 @@ CPP0X_TEST_CASES = \
cpp0x_variadic_templates \
cpp0x_alternate_function_syntax
# 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
# cpp0x_unrestricted_unions # not supported by any compilers yet
# cpp0x_smart_pointers # not supported by standard library yet