[Bug c++/52166] c++0x required to import standard c++ headers?
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 8 09:01:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52166
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-08 09:01:39 UTC ---
(In reply to comment #0)
> Workaround is to #include <foo.h> instead of <cfoo>, but it's annoying given
> that the former is supposedly The Right Way for C++ programs to bring in the
> header.
It's the right way for C++11 programs to bring in the headers - the headers
don't exist in C++03
More information about the Gcc-bugs
mailing list