$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-05-03 13:08:37
Ralf W. Grosse-Kunstleve:
> +// avoid warning: has virtual functions but non-virtual destructor
> +#if defined(__GNUC__)
> + virtual
> +#endif
> ~counted_base() throw()
This seems fine to me.