$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Hadsell (hadsell_at_[hidden])
Date: 2005-08-22 12:27:04
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_at_[hidden] Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601