Ticket #8853: tuple_basic.patch

File tuple_basic.patch, 525 bytes (added by Chris Stylianou <chris5287@…>, 9 years ago)
  • boost/tuple/detail/tuple_basic.hpp

     
    225225get(const cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
    226226  typedef BOOST_DEDUCED_TYPENAME detail::drop_front<N>::BOOST_NESTED_TEMPLATE
    227227      apply<cons<HT, TT> > impl;
    228   typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
    229228  return impl::call(c).head;
    230229}
    231230