diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rw-r--r-- | libstdc++-v3/include/bits/std_limits.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 71b14da..7de1b08 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/bits/std_limits.h b/libstdc++-v3/include/bits/std_limits.h index dd69401..b242437 100644 --- a/libstdc++-v3/include/bits/std_limits.h +++ b/libstdc++-v3/include/bits/std_limits.h @@ -846,7 +846,7 @@ #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 |
