From: Dirk Gerrits (dirk_at_[hidden])
Date: 2003-03-10 08:39:13


Jaap Suter wrote:
[snip]
> #ifdef BOOST_STATIC_NDEBUG
> #define BOOST_STATIC_ASSERT( B ) BOOST_STATIC_ASSERT_IMPL( true )
> #else
> #define BOOST_STATIC_ASSERT( B ) BOOST_STATIC_ASSERT_IMPL( B )
> #endif

Yes much better. I don't see any problems with this, does anyone?

Regards,

Dirk Gerrits