Boost logo

Boost :

From: Russell Hind (rhind_at_[hidden])
Date: 2003-08-06 08:53:02


John Maddock wrote:
>
> #ifdef __BORLANDC__
> # pragma option push -a8 -b -Vx -Ve -pc -w-8027
> #endif
>
> // code here....
>
> #ifdef __BORLANDC__
> # pragma option pop
> #endif
>
> We should standardize this boost-wide really in some kind of prefix/suffix
> header.
>

Here is the discussion (it cropped up with signals library there too)

http://tinyurl.com/j5xi

Cheers

Russell


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