2 * This program checks if the compiler / platform supports constexpr
5 #include "test_config.h"
10 constexpr int get_five()
19 static constexpr char const* adapter_name
= "TAOX11_AnyInsert_Adapter";
20 static constexpr uint32_t bound
= std::numeric_limits
<uint32_t>::max();
24 run_main (int, ACE_TCHAR
*[])
26 ACE_START_TEST (ACE_TEXT("Compiler_Features_17_Test"));
29 ACE_TEXT ("Constexpr works.\n")));