5 Apr
2002
5 Apr
'02
6:54 p.m.
Thank you for your reply. The following code gives me the error in
Borland compiler:
boost::char_separator<char> sep(";", boost::keep_empty_tokens);
[C++ Error] CVLZOut1.cpp(23): E2285 Could not find a match
for 'boost::char_separator
In the constructor of the char_separator, you need to specify keep_empty_tokens. See