[v3] limits<long double>::is_bounded

Benjamin Kosnik bkoz@redhat.com
Mon Dec 17 10:11:00 GMT 2001


Assuming this was a simple cut and paste error.

-benjamin

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.

Index: include/bits/std_limits.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/bits/std_limits.h,v
retrieving revision 1.12
diff -c -p -r1.12 std_limits.h
*** std_limits.h	2001/12/12 20:23:29	1.12
--- std_limits.h	2001/12/17 17:57:48
***************
*** 846,852 ****
  #endif
  
  #ifndef __glibcpp_long_double_is_bounded
! #define __glibcpp_long_double_is_bounded false
  #endif
  
  #ifndef __glibcpp_long_double_is_modulo
--- 846,852 ----
  #endif
  
  #ifndef __glibcpp_long_double_is_bounded
! #define __glibcpp_long_double_is_bounded true
  #endif
  
  #ifndef __glibcpp_long_double_is_modulo





More information about the Gcc-patches mailing list