constexpr.cc
1.05 KB
-
libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility> · 2025db69
The C++20 draft and SD-6 both say this should only be in <version> and <algorithm>, not in <utility>. * include/std/utility (__cpp_lib_constexpr_algorithms): Do not define here. * testsuite/20_util/exchange/constexpr.cc: Do not expect macro to be defined by <utility>.
Jonathan Wakely committed