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
. What platform are you on BTW? John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
I am on Fedora Core 2. Ok I will try that and see what happens. Thanks again. I hope this will solve it, because I really need this for a project at work. :)