1 // This macro should not be defined without -std=c++17.
2 
3 #ifdef __cpp_enumerator_attributes
4 #error __cpp_enumerator_attributes defined
5 #endif
6