Boost logo

Boost Users :

Subject: Re: [Boost-users] issue when using boost::tokensizer with std::wstring.
From: Igor R (boost.lists_at_[hidden])
Date: 2011-01-17 12:45:18


> I get the errors below when trying to compile the following code:
>
> std::wstring TokensStr(Item);
>
>        boost::tokenizer<> Tokens(TokensStr);
>
> Item, is defined as a BSTR.
>
> the errors are:

tokenizer<char_delimiters_separator<wchar_t> >


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