$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-03-01 08:08:59
Pavel Vozenilek wrote:
>
> The reasons to use macros instead of RAII is convenience
> and performance.
Can you elaborate please. I'm slowly coming to the conclusion that any catch
that can be replaced by RAII should be. Including the one in shared_count.
;-)