This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: More minor issues found while building libstdc++-v3 in gcc mainline for FreeBSD (with patch) 1/3


I've also encountered this problem under linux, but I think the problem is some
sort of breakage on the configuration;  the correct specialized
char_traits<wchar_t> is #ifdef by _GLIBCPP_USE_WCHAR_T, which appearently isnt
being defined so that the template char_traits definition is used instead for
wchar_t.

-- 
Steven King
sxking@uswest.net

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