$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-06-22 07:41:48
Pavel Vozenilek wrote:
> The Boost code may be appended with
>
> ...
> #elif (defined __DMC__) // since 8.10
Shouldn't this be
#if defined( __DMC__ ) && __DMC__ >= 810
or something similar?
> # define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__