
23 Aug
2005
23 Aug
'05
9:11 a.m.
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.