Commit 8d33a04d by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 40aba207
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment