Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-06-19 04:02:57


"Gennaro Prota" wrote:

> Shouldn't it be something like:
>
> #if __DMC__ < ???
> #error "Compiler not supported or configured - please reconfigure"
> #endif

Obviously yes.

> //
> // last known and checked version is ...:
> #if (__DMC__ > 0x840)
> # if defined(BOOST_ASSERT_CONFIG)
> # error "Unknown compiler version - please run the configure tests
> and report the results"
> # endif
>

The latest released version is 8.48.

Currently tested is 8.44b (beta?).

8.49 is in beta and more likely released before 1.34.

/Pavel


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