$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alisdair Meredith (alisdair.meredith_at_[hidden])
Date: 2003-05-02 03:58:58
Darren Cook wrote:
> P.S. Has there ever been interest in adding design-by-contract pre/post
> conditions to the C++ language?
> But I'm off-topic for Boost - this has to be added at the compiler level to
> have meaning.
Right off-topic, but a quick link:
http://www.digitalmars.com/ctg/designbycontract.html
The free (for Windows) Digital Mars compiler (ex-Zortec) provides
design-by-contract language extensions.
Also, I assume you have checked out
http://www.boost.org/libs/concept_check/concept_check.htm
which can handle some of your compile-time needs.
-- AlisdairM