[Bug libstdc++/14608] iostream.h nukes isfinite macro from math.h

2014-11-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Target|ia64-hp-hpux11.23,*-*-darwi

[Bug libstdc++/14608] iostream.h nukes isfinite macro from math.h

2011-04-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jyasskin

[Bug libstdc++/14608] iostream.h nukes isfinite macro from math.h

2011-04-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||bkoz at

[Bug libstdc++/14608] iostream.h nukes isfinite macro from math.h

2009-01-27 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-01-27 20:49 --- Looks to me like the flipside of libstdc++/7439. More broadly speaking, C99 macros vs. C++98/0x. The current status on this issue is: For 4.1/4.2/4.3/trunk, C99 macros should be visible with 1) -std=gnu99/c99 in C