Boost logo

Boost Users :

From: Corey M. Ellis (corey.m.ellis_at_[hidden])
Date: 2004-09-19 10:45:41


John Maddock wrote:

>> 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.
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
I ran my source through the preprocessor, and saw that some of my ACE
headers were including regex.h I rearrange the headers so that boost
headers were included first, and my source compiled. Thanks very much
for the heads up.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net