public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-948] libstdc++: Uncomment checks for <limits> enumeration types
@ 2023-05-17 19:06 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-05-17 19:06 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:5e1e16d58ec10393eb8aa805e398f30144afbee6

commit r14-948-g5e1e16d58ec10393eb8aa805e398f30144afbee6
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed May 17 14:59:46 2023 +0100

    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.

Diff:
---
 libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc
index fe158b995cf..38e8de6adab 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 T> class numeric_limits;
 
-#if 0
   enum float_round_style;
   enum float_denorm_style;
-#endif
 
   template<> class numeric_limits<bool>;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-17 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 19:06 [gcc r14-948] libstdc++: Uncomment checks for <limits> enumeration types Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).