gcc/libstdc++-v3/include
John David Anglin 69b0daeb4a re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr bool std::isnan(double)' conflicts with a previous declaration)
PR libstdc++/69450
	* acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Split check for obsolete
	isinf and isnan functions into two independent checks.  Check on hpux.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* include/c_global/cmath (isinf(double), isnan(double)): Use
	_GLIBCXX_HAVE_OBSOLETE_ISINF and _GLIBCXX_HAVE_OBSOLETE_ISNAN,
	respectively.

From-SVN: r232925
2016-01-28 13:09:23 +00:00
..
backward Update copyright years. 2016-01-04 15:30:50 +01:00
bits Fix assertions for move assignment of trivial types 2016-01-26 19:38:20 +00:00
c Update copyright years. 2016-01-04 15:30:50 +01:00
c_compatibility Fix build failure when wide character support is not available 2016-01-26 18:07:33 +02:00
c_global re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr bool std::isnan(double)' conflicts with a previous declaration) 2016-01-28 13:09:23 +00:00
c_std Update copyright years. 2016-01-04 15:30:50 +01:00
debug Update copyright years. 2016-01-04 15:30:50 +01:00
decimal Update copyright years. 2016-01-04 15:30:50 +01:00
experimental Update copyright years. 2016-01-04 15:30:50 +01:00
ext libstdc++/69406 Fix test to check for supported headers 2016-01-21 13:33:27 +00:00
parallel Update copyright years. 2016-01-04 15:30:50 +01:00
precompiled Implement TR29124 C++ special Math Functions. 2016-01-14 18:12:43 +00:00
profile Update copyright years. 2016-01-04 15:30:50 +01:00
std Fix construction of std::function from null pointer-to-member 2016-01-18 11:43:37 +00:00
tr1 Implement TR29124 C++ special Math Functions. 2016-01-14 18:12:43 +00:00
tr2 Update copyright years. 2016-01-04 15:30:50 +01:00
Makefile.am Avoid including all of <random> in <algorithm> 2016-01-25 16:44:30 +00:00
Makefile.in Avoid including all of <random> in <algorithm> 2016-01-25 16:44:30 +00:00