Boost logo

Boost :

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__


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk