$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-10-14 13:00:50
From: "Nik Kolev" <yg-boost-users_at_[hidden]>
> Hi everybody:
>
> I would like to make some of my classes reference counted, and I like what
> shared_ptr offers. The problem is (or is it really?) that I am building
> (have to) with gcc 2.7.2. The gcc.h header file which is part of the
> shared_ptr library does not like versions of gcc prior to 2.9.0. I would
> greatly appreciate it if somebody could point out a way to use the boost's
> shared_ptr technique and build with gcc prior to 2.9
I think that you should try to generate a user configuration header as
described in
http://www.boost.org/libs/config/config.htm
(gcc.hpp is part of Boost.Config.)