11 lines
477 B
Plaintext
11 lines
477 B
Plaintext
![]() |
--- boost/signals2/detail/variadic_slot_invoker.hpp
|
||
|
+++ boost/signals2/detail/variadic_slot_invoker.hpp
|
||
|
@@ -115,7 +115,6 @@
|
||
|
const void_type *) const
|
||
|
{
|
||
|
return call_with_tuple_args<result_type>()(connectionBody->slot.slot_function(), _args, mpl::size_t<sizeof...(Args)>());
|
||
|
- return void_type();
|
||
|
}
|
||
|
template<typename ConnectionBodyType>
|
||
|
result_type m_invoke(const ConnectionBodyType &connectionBody, ...) const
|