This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
New test 22_locale/collate_wchar_t_members.cc fails on cygwin
- To: "'libstdc++ at gcc dot gnu dot org'" <libstdc++ at gcc dot gnu dot org>
- Subject: New test 22_locale/collate_wchar_t_members.cc fails on cygwin
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Thu, 23 Aug 2001 04:16:52 -0000
The new test 22_locale/collate_wchar_t_members.cc fails on cygwin. The
problem seems to be:
`wstring' undeclared (first use this function)
>From libstdc++-v3/include/bits/stringfwd.h it seems that defining
_GLIBCPP_USE_WCHAR_T may fix this. Is this a "good thing"? If so, how do I
do it?