libstdc++: Uncomment checks for <limits> 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.
This commit is contained in:
Jonathan Wakely 2023-05-17 14:59:46 +01:00
parent 6da6ed95c9
commit 5e1e16d58e

View file

@ -23,10 +23,8 @@
namespace std {
template<class T> class numeric_limits;
#if 0
enum float_round_style;
enum float_denorm_style;
#endif
template<> class numeric_limits<bool>;