From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2002-10-16 09:27:34


Michael Stevens wrote:
> Jens has been making a few changes to Boost random recently. These
> include a lot of additional static asserts such as
>
> #ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
> BOOST_STATIC_ASSERT(std::numeric_limits<result_type>::is_signed);
> BOOST_STATIC_ASSERT(std::numeric_limits<result_type>::is_integer);
> #endif
>
> The wrapper should disable the assert for nasty compilers. However...

Could you please try David's suggestions and give me feedback?

Thanks,
Jens