OSDN Git Service

2001-12-17 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2001 06:57:28 +0000 (06:57 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2001 06:57:28 +0000 (06:57 +0000)
* include/bits/std_limits.h (__glibcpp_long_double_is_bounded):
Set to true, like float and double.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48145 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 71b14da..7de1b08 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 dd69401..b242437 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