This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libstdc++-v3 ChangeLog include/std/std_lim ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2002-09-22 11:36:38

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/std: std_limits.h 

Log message:
	* include/std/std_limits.h (__glibcpp_f32_is_iec559,
	__glibcpp_f64_is_iec559, __glibcpp_f80_is_iec559,
	__glibcpp_f96_is_iec559, __glibcpp_f128_is_iec559,
	__glibcpp_float_is_iec559, __glibcpp_double_is_iec559,
	__glibcpp_long_double_is_iec559): Remove.
	(numeric_limits<float>::is_iec559): Use has_infinity & has_quiet_NaN.
	(numeric_limits<double>, numeric_limits<long double>): Similarly.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1363&r2=1.1364
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_limits.h.diff?cvsroot=gcc&r1=1.13&r2=1.14


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]