gcc/libstdc++-v3/testsuite/26_numerics
Paolo Carlini 0e7edcd5eb re PR libstdc++/25913 (Client's isnormal function is broken by cmath)
2007-11-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/25913
	* include/c_std/cmath (std::fpclassify, isfinite, isinf, isnan,
	isnormal, signbit, isgreater, isgreaterequal, isless, islessequal,
	islessgreater, isunordered): Guard with __enable_if and forward
	with __promote.
	* include/c_global/cmath: Likewise.
	* testsuite/26_numerics/headers/cmath/25913.cc: New.

	* include/c_std/cmath (__gnu_cxx::__capture_isfinite,
	__capture_isinf, __capture_isnan, __capture_isnormal,
	__capture_signbit, __capture_isgreater, __capture_isgreaterequal,
	__capture_isless, __capture_islessequal, __capture_islessgreater,
	__capture_isunordered): Remove.
	(std::isfinite, isinf, isnan, isnormal, signbit, isgreater,
	isgreaterequal, isless, islessequal, islessgreater, isunordered):
	Forward to the corresponding builtin.
	* include/c_global/cmath: Likewise.

	* include/c_global/cmath (std::atan2, pow): Guard with __enable_if.

From-SVN: r130443
2007-11-26 18:24:54 +00:00
..
accumulate base.h: Added plus and multiplies functor for differently typed objects. 2007-10-08 21:14:45 +00:00
adjacent_difference stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
complex complex: Add missing extern template declarations. 2007-05-06 18:51:10 +00:00
headers re PR libstdc++/25913 (Client's isnormal function is broken by cmath) 2007-11-26 18:24:54 +00:00
inner_product base.h: Added plus and multiplies functor for differently typed objects. 2007-10-08 21:14:45 +00:00
partial_sum stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
slice stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
slice_array stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
valarray stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00