This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/37059] ctype_members.cc:137: error: redefinition of 'bool std::ctype<wchar_t>::do_is(lo ng unsigned int, wchar_t) const'
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Aug 2008 15:49:16 -0000
- Subject: [Bug libstdc++/37059] ctype_members.cc:137: error: redefinition of 'bool std::ctype<wchar_t>::do_is(lo ng unsigned int, wchar_t) const'
- References: <bug-37059-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from paolo dot carlini at oracle dot com 2008-08-09 15:49 -------
To confirm that something is going wrong when forcing this different config, at
line 137 of the darwin-specific ctype_members.cc there is *no* do_is function!
For some reason, the generic locale model (thus the generic, instead of the
darwin-specific, ctype_members.cc) is wrongly selected.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37059