$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Brian Oberholtzer (brian.oberholtzer_at_[hidden])
Date: 2003-07-23 15:00:26
Hi,
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 the program. To me it appears that the compiler is expecting a
parameterized checked_delete to be defined.
The same code compiles with MSVC 6.0. Is there a #define that I need to set
under Forte? Your help is appreciated.
- Brian