2 * This program checks if the compiler doesn't have a certain bug
3 * that we encountered when testing C++11 features
6 #include "test_config.h"
8 #if defined (ACE_HAS_CPP11)
14 constexpr A() : a() { }
19 B() : b(new A
<int>[0]) {}
31 run_main (int, ACE_TCHAR
*[])
33 ACE_START_TEST (ACE_TEXT("Compiler_Features_21_Test"));
36 ACE_TEXT ("Compiler Feature 21 Test does compile and run.\n")));
47 run_main (int, ACE_TCHAR
*[])
49 ACE_START_TEST (ACE_TEXT("Compiler_Features_21_Test"));
52 ACE_TEXT ("No C++11 support enabled\n")));