14 Oct
2002
14 Oct
'02
6 p.m.
From: "Nik Kolev"
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.)