Update c++0x tests run by default for g++-4.6

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-09-20 19:14:27 +00:00
commit 744659345e

View file

@ -437,6 +437,7 @@ CPP0X_TEST_CASES = \
cpp0x_explicit_conversion_operators \
cpp0x_function_objects \
cpp0x_initializer_list \
cpp0x_null_pointer_constant \
cpp0x_raw_string_literals \
cpp0x_result_of \
cpp0x_rvalue_reference \
@ -453,11 +454,10 @@ CPP0X_TEST_CASES = \
# cpp0x_constructors \ # not supported by any compiler yet
# cpp0x_hash_tables \ # not fully implemented yet
# cpp0x_lambda_functions \ # not supported by GCC or MSVC yet
# cpp0x_null_pointer_constant \ # not supported by any compiler yet
# cpp0x_smart_pointers \ # not supported by standard library yet
# cpp0x_template_typedefs \ # not supported by any compiler yet
# cpp0x_thread_local \ # not supported by any compiler yet
# cpp0x_unrestricted_unions \ # not supported by any compiler yet
# cpp0x_unrestricted_unions \ # not supported by any compiler yet (now in gcc-4.6)
# Broken C++0x test cases.
CPP0X_TEST_BROKEN =