This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/40278] -std=c++0x is error, but -std=gnu++0x is OK!



------- Comment #5 from loaden at gmail dot com  2009-05-28 04:01 -------
(In reply to comment #4)
> Because __STRICT_ANSI__ means strict to the standard so -std=c++0x enables
> __STRICT_ANSI__.  But the mingw headers don't know about C++0x standard so it
> does not know those functions should be enabled.
> 

Oh. I see. Thanks!
I report this bug to MinGW project term now.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]