Subject: std::wstring not supported?
To: None <tech-userlevel@NetBSD.org>
From: =?ISO-8859-2?Q?Pavel_Arno=B9t?= <pavel.arnost@loutka.cz>
List: tech-userlevel
Date: 08/20/2004 18:59:58
it looks like that std::wstring is not supported, because this code:

std::wstring string;

gives me:

test.cpp:6: error: `wstring' undeclared in namespace `std'

any chance that std::wstring will be supported in near future?