Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-01-02 06:55:54


From: "Bertolt Mildner" <Bertolt.Mildner_at_[hidden]>
> "Peter Dimov" <pdimov_at_[hidden]> schrieb im Newsbeitrag
> news:009e01c2adb1$3adeece0$1d00a8c0_at_pdimov2
> > From: "Bertolt Mildner" <Bertolt.Mildner_at_[hidden]>
> > > I had to make the following change in order to avoid
> > > problems using it
> > with CW and precompiled headers:
> > >
> > > RCS file:
> > > /cvsroot/boost/boost/boost/bind/placeholders.hpp,v
> > > retrieving revision 1.8 diff -r1.8 placeholders.hpp
> > > 39c39
> > > < #elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) ||
> > (defined(__DECCXX_VER) && __DECCXX_VER <= 60590031)
> > > ---
> > > > #elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) ||
> > (defined(__DECCXX_VER) && __DECCXX_VER <= 60590031) ||
> > defined(__MWERKS__)
> >
> > Which Metrowerks versions need the workaround?
>
> I'm using CW 8.3, but I think the main problem is that having non-static
data in a header is
> no good idea at all (at least in combination with precompiler headers)!?

A non-broken precompiled header implementation is supposed to be
transparent. :-) Fixed, thanks.


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