$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-11-15 14:45:27
From: "Bertolt Mildner" <Bertolt.Mildner_at_[hidden]>
>
> BTW: CW also defines __PRETTY_FUNCTION__ (at least since 8.0)
>
> diff -r1.3 current_function.hpp
> 30c30
> < #if defined(__GNUC__)
> ---
> > #if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000))
Applied, thanks.