fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.multi_array.Wunused-local-typedefs.warnings.patch
blobb0be548649faf5be58239ff3040d570d7a81f35f
1 --- misc/boost_1_44_0/boost/multi_array/concept_checks.hpp
2 +++ misc/build/boost_1_44_0/boost/multi_array/concept_checks.hpp
3 @@ -39,8 +39,6 @@
5 template <typename Array, typename IdxGen, typename Call_Type>
6 static void call(Array& a, const IdxGen& idgen, Call_Type c) {
7 - typedef typename Array::index_range index_range;
8 - typedef typename Array::index index;
9 idgen_helper<N-1>::call(a,idgen[c],c);
12 @@ -50,8 +48,6 @@
14 template <typename Array, typename IdxGen, typename Call_Type>
15 static void call(Array& a, const IdxGen& idgen, Call_Type) {
16 - typedef typename Array::index_range index_range;
17 - typedef typename Array::index index;
18 a[ idgen ];