Boost logo

Boost Users :

From: Mark Snelling (mark_at_[hidden])
Date: 2002-09-16 08:35:53


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);
}


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net