fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / w4702.patch.0
blob74391fe6324de67c0b9f048db0360a2907c65483
1 --- boost/signals2/detail/variadic_slot_invoker.hpp
2 +++ boost/signals2/detail/variadic_slot_invoker.hpp
3 @@ -115,7 +115,6 @@
4            const void_type *) const
5          {
6            return call_with_tuple_args<result_type>()(connectionBody->slot.slot_function(), _args, mpl::size_t<sizeof...(Args)>());
7 -          return void_type();
8          }
9          template<typename ConnectionBodyType>
10            result_type m_invoke(const ConnectionBodyType &connectionBody, ...) const