]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-tuple-unused_typedef.patch
- release 3 (by relup.sh)
[packages/boost.git] / boost-1.54.0-tuple-unused_typedef.patch
1 Index: boost/tuple/detail/tuple_basic.hpp
2 ===================================================================
3 --- boost/tuple/detail/tuple_basic.hpp  (revision 85075)
4 +++ boost/tuple/detail/tuple_basic.hpp  (working copy)
5 @@ -225,7 +225,6 @@
6  get(const cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
7    typedef BOOST_DEDUCED_TYPENAME detail::drop_front<N>::BOOST_NESTED_TEMPLATE
8        apply<cons<HT, TT> > impl;
9 -  typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
10    return impl::call(c).head;
11  }
12  
This page took 0.053416 seconds and 3 git commands to generate.