This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
where are char_traits<wchar_t> instances built ?
- From: Marc Espie <espie at nerim dot net>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 29 Dec 2003 15:04:34 +0100
- Subject: where are char_traits<wchar_t> instances built ?
- Reply-to: espie at nerim dot net
I'm making progress on getting an i386 OpenBSD system running with
gcc 3.3.2.
So far, the basic system is running, XFree4 as well, and ports are churning
along.
I've run into a small issue: id3lib protests that it can't find:
std::char_traits<wchar_t>::compare(wchar_t const*, wchar_t const*, unsigned)
and similar functions.
So, where are those functions instantiated ?
Looking in my libstdc++, I see no instance of
std::char_traits<T>::compare, either for T=char nor T=wchar.
There's probably some configure misfiring, but I could use a little help
figuring it out quicker...