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++/48811] error in compiling libstdc++ with -std=gnu++0x


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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-28 19:51:56 UTC ---
Currently the library itself, its *.cc files, are not meant to be all built in
c++0x mode (the Makefile carefully builds some in c++03 mode and some in c++0x
mode). Thus, even if somehow one of these days it apparently works please do
*not* trust what you get, at minimum the abi compatibility could be broken.
Maybe that could change, but not soon, I'm sorry, the priority of the task is
quite low (compared to the other)


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