$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-06-01 06:26:39
>I believe that tokenizer_policy::dereference and increment have
>assert(b.valid_). I believe if you include cassert, assert is in
>namespace std. If someone knows differently about assert, I would
>appreciate being enlightened.
There is no such thing as std::assert, assert *must* be a macro, no
namespace qualification is possible.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/