1 // This macro should not be 201411 without -std=c++17. 2 3 #if __cpp_unicode_characters == 201411 4 #error Wrong value for __cpp_unicode_characters 5 #endif 6