Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-01-21 13:20:19


"John Maddock" <john_at_[hidden]> wrote

[compatibility headers]

> > They are directly and explicitly included by Serialization library.
>
> Then your code will fail to compile with conforming compilers - those
> headers do things like:
>
(Its not my code.)

It is for sure possible to fiddle with Serialization and I'll try to find
some
other solution, though likely clumsy.

At least the compatibility headres should contain:

#if (defined __BORLANDC__) && (__BORLANDC__ < 0x564)
# error ... why and what to do now ...
#endif

to avoid misunderstandings in the future.

/Pavel


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