From: "Steven Ketcham" <[EMAIL PROTECTED]>
>
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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to