From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-12-06 07:21:50


>MSVC doesn't think false || true || false is a constant expression!

That's why type_traits uses the ice_or and ice_and templates internally to
compute logical expressions, it might be a good idea to do the same thing
here?

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