$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2004-04-15 21:18:10
I am getting errors including the new version of token_functions.hpp without
first including tokenizer.hpp. When I do, I get the
following error (my compiler is VC++ 6.0):
rror C2065: 'is_pointer' : undeclared identifier
Including tokenizer.hpp first gets rid of the problem. I think you just
need to add the line
#include <boost/type_traits/is_pointer.hpp>
to token_functions.hpp.
Joe Gottman