You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
525 B
12 lines
525 B
Index: boost/tuple/detail/tuple_basic.hpp |
|
=================================================================== |
|
--- boost/tuple/detail/tuple_basic.hpp (revision 85075) |
|
+++ boost/tuple/detail/tuple_basic.hpp (working copy) |
|
@@ -225,7 +225,6 @@ |
|
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; |
|
} |
|
|
|
|