mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-30 04:37:15 +02:00
Remove unused local typedef
Remove unused function-local typedef to avoid warnings with GCC 4.8.
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