From: Jonathan Wakely Date: Wed, 17 May 2023 13:59:46 +0000 (+0100) Subject: libstdc++: Uncomment checks for enumeration types X-Git-Tag: basepoints/gcc-15~9191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1e16d58ec10393eb8aa805e398f30144afbee6;p=thirdparty%2Fgcc.git libstdc++: Uncomment checks for enumeration types I don't know why these checks are disabled. libstdc++-v3/ChangeLog: * testsuite/18_support/headers/limits/synopsis.cc: Uncomment checks for float_round_style and float_denorm_style. --- diff --git a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc index fe158b995cf0..38e8de6adab6 100644 --- a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc @@ -23,10 +23,8 @@ namespace std { template class numeric_limits; -#if 0 enum float_round_style; enum float_denorm_style; -#endif template<> class numeric_limits;