[boost] Re: Trouble with shared_ptr and Forte

2003-07-23 Thread Christopher Currie
Brian Oberholtzer wrote: I'm trying to use shared_ptr in Forte 5.4 and am getting a link-time error like the following indicating an undefined reference... The error includes the following hint: Hint: static member boost::__RTTI__1nFboostPchecked_delete4CpnDstMbasic_string... must be defined in

[boost] [thread] patch to recursive_mutex.cpp

2003-05-22 Thread Christopher Currie
is applied, this test runs without errors. Comments and corrections are appreciated. Thanks, Christopher Currie [EMAIL PROTECTED] [14:21:27] [~/src/boost/libs/thread/src] $ cvs diff -c recursive_mutex.cpp Index: recursive_mutex.cpp

[boost] Re: suncc and regex++

2003-05-14 Thread Christopher Currie
[EMAIL PROTECTED] wrote: Does defining BOOST_REGEX_NO_EXTERNAL_TEMPLATES fix the issue? If it does let me know, Indeed, it works for the release build. Have not got to the point of building the regression tests yet, but at least the release library builds which is good enough for now. The debug