Boost logo

Boost :

From: Darin Adler (darin_at_[hidden])
Date: 2002-02-05 12:36:26


On 2/5/02 9:29 AM, "bill_kempf" <williamkempf_at_[hidden]> wrote:

> <assert.h> is deprecated, so I'd think we'd want to use <cassert>
> when possible (i.e. we may need a macro to indicate that some
> platform doesn't include a <cassert> and should instead include
> <assert.h>). I realize that this seems picky since they are
> basically equivalent, but I don't think Boost should use the
> deprecated C headers.

I understand.

But I think that would be silly. It would create a dependency on
<boost/config.hpp> for an entirely theoretical reason.

    -- Darin


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