2 * This program checks if the compiler / platform supports default
3 * constructor and assignment operators
6 #include "test_config.h"
13 A
& operator= (A
&&) = default;
17 run_main (int, ACE_TCHAR
*[])
19 ACE_START_TEST (ACE_TEXT("Compiler_Features_15_Test"));
22 ACE_TEXT ("Defaulted move constructor and assignment operators work.\n")));