]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Uncomment checks for <limits> enumeration types
authorJonathan Wakely <jwakely@redhat.com>
Wed, 17 May 2023 13:59:46 +0000 (14:59 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 17 May 2023 19:06:46 +0000 (20:06 +0100)
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.

libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc

index fe158b995cf0940550d37e734b970167e49dc6da..38e8de6adab6c0ae1e8a64fef442cf556e2e8173 100644 (file)
 namespace std {
   template<class T> class numeric_limits;
 
-#if 0
   enum float_round_style;
   enum float_denorm_style;
-#endif
 
   template<> class numeric_limits<bool>;