Ticket #4025: dynamic_bitset.hpp.patch

File dynamic_bitset.hpp.patch, 618 bytes (added by Steven Watanabe, 13 years ago)
  • boost/dynamic_bitset/dynamic_bitset.hpp

     
    5454  // of VC++ are likely able to digest a more drinking form of the
    5555  // code; but changing it now is probably not worth the risks...]
    5656
    57   BOOST_STATIC_ASSERT(detail::dynamic_bitset_impl::allowed_block_type<Block>::value);
     57  BOOST_STATIC_ASSERT((bool)detail::dynamic_bitset_impl::allowed_block_type<Block>::value);
    5858
    5959public:
    6060    typedef Block block_type;