Remove unused local typedef

Remove unused function-local typedef to avoid warnings with GCC 4.8.
This commit is contained in:
Andrey Semashev
2014-03-08 10:58:09 +03:00
parent ffb3bc75fa
commit f9b3dcb203

View File

@ -225,7 +225,6 @@ inline typename access_traits<
get(const cons<HT, TT>& c) {
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;
}