summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2023-05-17 14:59:46 +0100
committerJonathan Wakely <jwakely@redhat.com>2023-05-17 20:06:46 +0100
commit5e1e16d58ec10393eb8aa805e398f30144afbee6 (patch)
treedb76d2a33836c396e69ffead0c7924a88c3ba8e4
parent6da6ed95c9ca247d405da3dfb737b743686fe5e6 (diff)
downloadgcc-5e1e16d58ec10393eb8aa805e398f30144afbee6.tar.gz
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.
-rw-r--r--libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc2
1 files changed, 0 insertions, 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>;