|
Boost : |
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-06-22 07:53:51
"Peter Dimov" 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?
>
Yes, in hex:
#if defined( __DMC__ ) && __DMC__ >= 0x810
....
To Gennaro Prota:
#ifdef __PRETTY_FUNCTION__
doesn't work, just tried.
/Pavel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk