blob: 2dd2f2171a9082dfd977f72e38320013a665dc97 [file] [log] [blame]
// { dg-do preprocess { target c++26 } }
// { dg-add-options no_pch }
// { dg-require-effective-target cxx11_abi }
#include <exception>
#ifndef __cpp_lib_constexpr_exceptions
# error "Feature test macro for constexpr_exceptions is missing in <exception>"
#elif __cpp_lib_constexpr_exceptions < 202502L
# error "Feature test macro for constexpr_exceptions has wrong value in <exception>"
#endif