$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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> >