Add isnan() and isinf() to the global namespace in libstdc++'s <cmath>.The standard (n3242, section 17.6.1.1, paragraph 4) says that, because these aredeclared as macros in the C specification (ev
Add isnan() and isinf() to the global namespace in libstdc++'s <cmath>.The standard (n3242, section 17.6.1.1, paragraph 4) says that, because these aredeclared as macros in the C specification (even though they areimplemented as functions in the C++ library) they should be in the globalnamespace.A surprising number of configure checks rely on this. It was broken by recentcleanups to math.h.
show more ...
GCC 4.2.0 release C++ standard library and runtime support code.
Gcc 3.4.6 C++ support bits (as of 2006/08/25 #116475).
Gcc 3.4.2 20040728 C++ support bits.
Gcc 3.3.1-pre 2003-07-11 C++ support bits.
Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoon 9-May-2002 15:57:15 EDT.