From 070bf3cc9ea8cbce5abcb142b2e4ba61d66be52e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 25 Sep 2012 19:29:13 +0000 Subject: [PATCH] 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 --- Examples/test-suite/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 1dfe35f38..0a637dcd1 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -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.