j
k
j a
j l
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:
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 >
Back to the thread
Back to the list