From e81b6eccdbd33860aca3079ca782844f4fdeeaea Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 4 Oct 2012 06:12:44 +0000 Subject: [PATCH] Add lambda tests to test-suite - gcc-4.7 supports these git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13861 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 0b5e368f9..8d39e6369 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -438,6 +438,7 @@ CPP0X_TEST_CASES = \ cpp0x_explicit_conversion_operators \ cpp0x_function_objects \ cpp0x_initializer_list \ + cpp0x_lambda_functions \ cpp0x_null_pointer_constant \ cpp0x_raw_string_literals \ cpp0x_result_of \ @@ -456,7 +457,6 @@ CPP0X_TEST_CASES = \ # cpp0x_inheriting_constructors \ # not supported by gcc-4.7 # cpp0x_hash_tables \ # not fully implemented yet -# cpp0x_lambda_functions \ # not supported by GCC or MSVC yet # cpp0x_thread_local \ # not supported by any compiler yet # Broken C++0x test cases.