$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: hicks (hicks_at_[hidden])
Date: 2002-01-15 08:55:15
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