This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51785] gets not anymore declared
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 28 Feb 2012 17:05:50 +0000
- Subject: [Bug libstdc++/51785] gets not anymore declared
- Auto-submitted: auto-generated
- References: <bug-51785-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51785
--- Comment #17 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-02-28 17:05:50 UTC ---
2.15 has the gets prototype. It's 2.16 where it has been removed (but the
version in the headers only changes from 2.15 to 2.16 when the final 2.16
release is made so you can't distinguish 2.15 from 2.16 development
versions simply by examining preprocessor macros).