Boost logo

Boost :

From: Nicola Musatti (nmusatti_at_[hidden])
Date: 2002-10-14 01:54:51


Nicola Musatti wrote:

> static_assert_test.cpp fails to compile with bcc 5.6.1 (BCB6 UP2).
> Apparently the Borland specific workaround in static_assert.hpp is not
> required with this compiler.

Actually Kylix behaves in the same way so a better fix would be

#if defined(__BORLANDC__) && __BORLANDC__ < 0x561

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