--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-26 00:10 ---
Since adding -pedantic rejects this and libstdc++ uses extern template and
extern template might become part of the standard, I am going to close this as
invalid.
--
pinskia at gcc dot gnu dot org changed:
--- 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|Rem
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-08 17:29 ---
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1448.pdf
so again "extern template" might be added to the C++ standard so we don't want
to r
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-08 17:23 ---
*** Bug 29763 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29757
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-08 03:49 ---
actually extern template might be come part of standard C++ so ... that might
be a bad thing to deprecate.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29757