result_of not working

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13862 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-10-04 20:31:40 +00:00
commit b9fd49858d

View file

@ -441,7 +441,6 @@ CPP0X_TEST_CASES = \
cpp0x_lambda_functions \
cpp0x_null_pointer_constant \
cpp0x_raw_string_literals \
cpp0x_result_of \
cpp0x_rvalue_reference \
cpp0x_rvalue_reference2 \
cpp0x_sizeof_object \
@ -457,6 +456,7 @@ CPP0X_TEST_CASES = \
# cpp0x_inheriting_constructors \ # not supported by gcc-4.7
# cpp0x_hash_tables \ # not fully implemented yet
# cpp0x_result_of \ # SWIG does not support
# cpp0x_thread_local \ # not supported by any compiler yet
# Broken C++0x test cases.