$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Generalized concept usage in Boost libraries
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-07-27 07:53:33
David Abrahams wrote:
> There is the potential to increase compile times. But if we made it
> possible to switch it on and off, that would mitigate.
What about only enabling concept-checking when a kind of compile-time
debug mode is enabled?
Would there be a nice way to integrate that with Boost.Build? (since it
makes more sense to me to enable if from the bjam invocation directly
instead of a Jamfile)