$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dale Peakall (dale.peakall_at_[hidden])
Date: 2002-04-10 08:15:11
> - Reduce runtime impact--to zero if possible.
I believe that although there is logging that is only relevent
for debug builds, there is also logging that you want to keep
in release builds.
So, I believe our aim should be to provide a facility where
runtime impact for certain output channels can be reduced to
~0 for release builds, the library should not force this on
every output channel.