$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-09-19 06:58:30
> I just check my includes. I only include
> "boost/filesystem/operations.hpp", boost/filesystem/path.hpp, and
> boost/regex.hpp. I didn't see where the filesystem headers include regex
> headers. So I don't think that I am including regex.h before regex.hpp.
You will probably have to preprocess your source to figure out what's
including it. There is no fix at present, except to prevent it's inclusion
before <boost/regex.hpp>. What platform are you on BTW?
John.