Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2008-03-18 05:43:08


Erik wrote:
> We have this really neat and simple macro in our project:
> #define compile_assert(x) typedef bool COMPILE_ASSERT[(x) ? 1 : -1]
>
> Although it does what we need and serves us well, I tried to replace
> it with BOOST_STATIC_ASSERT. Unfortunately this resulted in a lot of
> ugly warnings throughout the compile:
> warning: use of old-style cast
>
> Is there any chance to get this fixed?

Which compiler is this?

Thanks, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net