Boost logo

Boost :

From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2004-06-03 01:41:32


Russell Hind wrote:

> Boost uses -b- AFAICT, which is make enums byte-sized when possible. Not
> sure what the IDE default is (that can easily be changed by changing
> compiler options when no project is opened, so I think I have changed my
> default.
>
> I have my own set of boost wrappers which I include instead of the
> actual boost headers. the wrap each header in
>
> #pragma option push -b- -a8 -pc -A- -Ve -Vx
> #include original header
> #pragma option pop
>
> (I'm still running with 1.30.2 so haven't tried 1.31 which has this
> in-built for you).

I found my problem. It was caused by a bug in a Signals header, which
apparently Doug Gregor already fixed a little while ago (the prefix
header being included at the end of trackable.hpp instead of the suffix
one).

Thanks anyway.

Cheers,
Nicola Musatti


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