]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/c_global/cmath
re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr bool...
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 28 Jan 2016 13:09:23 +0000 (13:09 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 28 Jan 2016 13:09:23 +0000 (13:09 +0000)
commit69b0daeb4ab8041f4cc155cbe226a50326f54465
tree4a4169f93a0133786a902730ecf8e329aba6e37a
parente0ef6912de884d6524c64df043c3d56616fb96ef
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
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/include/c_global/cmath