From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-05-30 06:40:13


>Is there a good reason to prefer a cast to "!!(expr)"?

Personally I really hate that, just a personal opinon though :-)

One other reason: logical operators tend to choke some compilers when used
in integral constant expressions (likewise static_cast).

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/