summaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6
blob: bd83a12dc3aa5e432f9952cda3859aaac8a32c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- boost/tuple/detail/tuple_basic.hpp.orig	2011-01-02 20:25:11 UTC
+++ boost/tuple/detail/tuple_basic.hpp
@@ -225,7 +225,6 @@ inline typename access_traits<
 get(const cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
   typedef BOOST_DEDUCED_TYPENAME detail::drop_front<N>::BOOST_NESTED_TEMPLATE
       apply<cons<HT, TT> > impl;
-  typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
   return impl::call(c).head;
 }