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> >