This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29757] Non-ISO template qualifiers
- From: "fang at csl dot cornell dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2006 19:32:16 -0000
- Subject: [Bug c++/29757] Non-ISO template qualifiers
- References: <bug-29757-7603@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from fang at csl dot cornell dot edu 2006-11-08 19:32 -------
If you want to reject "extern templates" (and enforce more standard-conformance
in general), add "-ansi -pedantic-errors" to your CXXFLAGS.
--
fang at csl dot cornell dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fang at csl dot cornell dot
| |edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29757