$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-12-20 10:36:55
From: "Steven Ketcham" <sketcham_at_[hidden]>
>
libs\signals\build\bin\libboost_signals.lib\msvc\debug\runtime-link-dynamic\
> trackable.obj
> trackable.cpp
> boost_1_29_0\boost/shared_ptr.hpp(157) : error C2039: 'auto_ptr' : is not
a
> member of 'std'
> boost_1_29_0\boost/shared_ptr.hpp(265) : see reference to class
> template instantiation 'std::boost::shared_ptr<T>' being compiled
That std::boost::shared_ptr very odd, it probably means that a closing brace
is missing somewhere. My bet is that your <memory> is corrupt.