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 B
& operator= (B
&& x
) = delete;
18 run_main (int, ACE_TCHAR
*[])
20 ACE_START_TEST (ACE_TEXT("Compiler_Features_34_Test"));
26 ACE_TEXT ("C++11 support ok\n")));
35 run_main (int, ACE_TCHAR
*[])
37 ACE_START_TEST (ACE_TEXT("Compiler_Features_34_Test"));
40 ACE_TEXT ("No C++11 support enabled\n")));