// This macro should not be defined without -std=c++1z.

#ifdef __cpp_fold_expressions
#error __cpp_fold_expressions defined
#endif
