
22 Aug
2005
22 Aug
'05
5:27 p.m.
Richard Hadsell wrote:
John Maddock wrote:
2) uncomment the line // #define BOOST_REGEX_NO_EXTERNAL_TEMPLATES in boost/regex/user.hpp and rebuild everything, the regex lib will now be slightly smaller, and your exe will be a lot bigger, but it should cure the problem.
I will try this.
This helped. At least, my application links successfully. 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 ) -- -- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601