fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.tuple.Wunused-local-typedefs.warnings.patch
blobdd05a1f83d982a21ca7e00ab88f34496da271e0f
1 --- a/b/boost/boost/tuple/detail/tuple_basic.hpp 2013-05-31 13:31:21.682966336 +0200
2 +++ a/b/boost/boost/tuple/detail/tuple_basic.hpp 2013-05-31 13:32:44.067231648 +0200
3 @@ -225,7 +225,6 @@
4 get(const cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
5 typedef BOOST_DEDUCED_TYPENAME detail::drop_front<N>::BOOST_NESTED_TEMPLATE
6 apply<cons<HT, TT> > impl;
7 - typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
8 return impl::call(c).head;