This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/37059] ctype_members.cc:137: error: redefinition of 'bool std::ctype<wchar_t>::do_is(lo ng unsigned int, wchar_t) const'



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]