15 Jan
2002
15 Jan
'02
1:55 p.m.
Dear boost users I am trying to use the boost tokenizer with Borland Builder C++ 5 compiler. This far compiles fine: boost::tokenizer<> tok(std::string(ac0)); All further references to tok such as tok.assign(std::string(ac0)) or tok.begin() result in an error message " Structure requires on the left side of . or .*" Any advice would be welcome. Craig Hicks Engineer, KGK, Tokyo Japan