Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-04-07 16:52:06


Am Samstag, 7. April 2007 02:24 schrieb Joe Gottman:
>
> It would be nice if you allowed users to define a
> BOOST_UBLAS_NDEBUG macro to disable only the uBlas debug macros.
> Then in
> boost/numeric/ublas/detail/config.hpp, you can replace the line
> #ifdef NDEBUG
> with
> #if defined(NDEBUG) || defined(BOOST_UBLAS_NDEBUG)
>
> and the user will be able to disable the uBlas check macros and still
> be able to debug.

This sounds very useful.
commited as proposed.

mfg
Gunter