std_limits.h (__glibcpp_long_double_is_bounded): Set to true, like float and double.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 18 Dec 2001 06:57:28 +0000 (06:57 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 18 Dec 2001 06:57:28 +0000 (06:57 +0000)
2001-12-17  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/std_limits.h (__glibcpp_long_double_is_bounded):
Set to true, like float and double.

From-SVN: r48145

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_limits.h

index 71b14daf116fd0d89486f6e20cda6b4f4f1cceab..7de1b084e790fc194fc44e676ddd456563b9bcbc 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/std_limits.h (__glibcpp_long_double_is_bounded):
+       Set to true, like float and double.
+
 2001-12-17  David Billinghurst <David.Billinghurst@riotinto.com>
 
        libstdc++/5136
index dd69401cf68e0582b7d11a6ae0fdaa2da46f9a57..b242437a9902b2c3022d03af82ed03725f48e3d9 100644 (file)
 #endif
 
 #ifndef __glibcpp_long_double_is_bounded
-#define __glibcpp_long_double_is_bounded false
+#define __glibcpp_long_double_is_bounded true
 #endif
 
 #ifndef __glibcpp_long_double_is_modulo