From 8d33a04d8b07d3c678027771ff9ab28e4a366e88 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 18 Dec 2001 06:57:28 +0000 Subject: [PATCH] std_limits.h (__glibcpp_long_double_is_bounded): Set to true, like float and double. 2001-12-17 Benjamin Kosnik * include/bits/std_limits.h (__glibcpp_long_double_is_bounded): Set to true, like float and double. From-SVN: r48145 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/bits/std_limits.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 71b14daf116..7de1b084e79 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-12-17 Benjamin Kosnik + + * include/bits/std_limits.h (__glibcpp_long_double_is_bounded): + Set to true, like float and double. + 2001-12-17 David Billinghurst libstdc++/5136 diff --git a/libstdc++-v3/include/bits/std_limits.h b/libstdc++-v3/include/bits/std_limits.h index dd69401cf68..b242437a990 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 -- 2.30.2