summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/boost/UnpackedTarball_boost.mk1
-rw-r--r--external/boost/w4702.patch.010
2 files changed, 11 insertions, 0 deletions
diff --git a/external/boost/UnpackedTarball_boost.mk b/external/boost/UnpackedTarball_boost.mk
index a8bd12b296b4..3a760fd2263d 100644
--- a/external/boost/UnpackedTarball_boost.mk
+++ b/external/boost/UnpackedTarball_boost.mk
@@ -105,6 +105,7 @@ boost_patches += boost.wunused.patch
boost_patches += boost.wdeprecated-auto_ptr.patch.0
boost_patches += boost.signal2.Wshadow.warnings.patch
boost_patches += boost.boost_static_assert_unused_attribute.patch.0
+boost_patches += w4702.patch.0
$(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
diff --git a/external/boost/w4702.patch.0 b/external/boost/w4702.patch.0
new file mode 100644
index 000000000000..74391fe6324d
--- /dev/null
+++ b/external/boost/w4702.patch.0
@@ -0,0 +1,10 @@
+--- 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