forked from boostorg/tuple
Merge pull request #2 from Lastique/patch-1
Remove unused local typedef
This commit is contained in:
@ -225,7 +225,6 @@ inline typename access_traits<
|
|||||||
get(const cons<HT, TT>& c) {
|
get(const cons<HT, TT>& c) {
|
||||||
typedef BOOST_DEDUCED_TYPENAME detail::drop_front<N>::BOOST_NESTED_TEMPLATE
|
typedef BOOST_DEDUCED_TYPENAME detail::drop_front<N>::BOOST_NESTED_TEMPLATE
|
||||||
apply<cons<HT, TT> > impl;
|
apply<cons<HT, TT> > impl;
|
||||||
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
|
|
||||||
return impl::call(c).head;
|
return impl::call(c).head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user