From: John Maddock (john_at_[hidden])
Date: 2005-08-23 04:11:41


> This helped. At least, my application links successfully.

Whew.

> I have never used BOOST_WORKAROUND myself. Would it be appropriate for
> me to surround the #define in user.hpp with this guard?
>
> #if BOOST_WORKAROUND(BOOST_INTEL_CXX_VERSION, <= 800 )

If you plan on using multiple compilers / versions then yes. Now that I
know what the fix is, I'll update the regex lib's config to set that define
automatically for Intel 8.0 and earlier.

Thanks for checking this out,

John.