This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51932] Cannot use std::errno with <cerrno>
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 21 Jan 2012 14:06:51 +0000
- Subject: [Bug libstdc++/51932] Cannot use std::errno with <cerrno>
- Auto-submitted: auto-generated
- References: <bug-51932-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51932
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-21 14:06:51 UTC ---
errno is required to be a macro, you can't use std::NULL either