gcc-4.7 now supports alias templates

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13851 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-09-25 19:29:13 +00:00
commit 070bf3cc9e

View file

@ -447,6 +447,7 @@ CPP0X_TEST_CASES = \
cpp0x_strongly_typed_enumerations \
cpp0x_template_double_brackets \
cpp0x_template_explicit \
cpp0x_template_typedefs \
cpp0x_uniform_initialization \
cpp0x_unrestricted_unions \
cpp0x_userdefined_literals \
@ -455,7 +456,6 @@ 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_template_typedefs \ # not supported by any compiler yet (now in gcc-4.7)
# cpp0x_thread_local \ # not supported by any compiler yet
# Broken C++0x test cases.