[Bug libstdc++/53429] complex::{imag,real} should be marked alwaysinline to guarantee libstdc++ binary compatibility between C++98 and C++11

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 21 10:16:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53429

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-05-21 09:23:07 UTC ---
Note that C++98 and C++11 are not compatible anyway, for example due to the
changed way which classes are considered POD.



More information about the Gcc-bugs mailing list