lexical_cast question

16 Sep
2002
16 Sep
'02
7:35 a.m.
Hi, Does the boost::lexical_cast library support wide character sets for example: #include <boost/lexical_cast.hpp> using namespace boost; using namespace std; void main () { wstring wtext(L"1234"); int val = lexical_cast<int>(wtext); }
8312
Age (days ago)
8312
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Snelling