$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Nik Kolev (yg-boost-users_at_[hidden])
Date: 2002-10-11 10:18:01
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
Thanks,
Nik