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 c++/52166] c++0x required to import standard c++ headers?


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


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