std_limits.h (__glibcpp_long_double_is_bounded): Set to true, like float and double.
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
This commit is contained in:
parent
40aba207b1
commit
8d33a04d8b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue