This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12221] fstream.tcc:463: error: expected unqualified-id
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2003 14:10:58 -0000
- Subject: [Bug libstdc++/12221] fstream.tcc:463: error: expected unqualified-id
- References: <20030909095340.12221.alexander.riesen@synopsys.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12221
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From bangerth at dealii dot org 2003-09-09 14:10 -------
Just as Gaby said. You can always place the #undef in your own files, in front
of the #include. It's not the libraries task to clean up macro names.
W.