$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-04-02 12:26:19
I just added boost/detail/sp_counted_base_gcc_x86.hpp to the CVS. It is not
enabled yet, i.e. sp_counted_base.hpp will not include it automatically.
If you are interested, please take a look at the file and give it a test
run. The easiest way to enable it is to do
#include <boost/detail/sp_counted_base_gcc_x86.hpp>
#define BOOST_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED
(or to copy it over sp_counted_base.hpp) before including shared_ptr.hpp.
Any comments appreciated.
As usual, thanks to Alexander Terekhov for all the help and patience.
-- Peter Dimov http://www.pdimov.com