This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13884] New: Protect sstream.tcc from extern template use
- From: "grigory dot zagorodnev at intel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2004 11:32:34 -0000
- Subject: [Bug libstdc++/13884] New: Protect sstream.tcc from extern template use
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
A guarding preprocessor condition is missing in file "include/bits/sstream.tcc"
to disbale extern template feature use. It is expected to see the following:
#if _GLIBCPP_EXTERN_TEMPLATE
extern template class basic_stringbuf<char>;
extern template class basic_istringstream<char>;
...
#endif
--
Summary: Protect sstream.tcc from extern template use
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: grigory dot zagorodnev at intel dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-redhat-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13884