Merge pull request #2 from Lastique/patch-1

Remove unused local typedef
This commit is contained in:
Joel de Guzman
2014-04-17 08:53:12 +08:00

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;
}