Ticket #7651: at_impl.hpp.patch

File at_impl.hpp.patch, 431 bytes (added by Tobias Loew, 10 years ago)
  • at_impl.hpp

     
    3535                static type
    3636                call(Sequence& seq)
    3737                {
     38                    BOOST_STATIC_ASSERT(((size_t)N::value < (size_t)Sequence::static_size));
    3839                    return seq[N::value];
    3940                }
    4041            };