From 1cbcbc8695ca457a09bb3153681dfd7e7a2e30b4 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 29 Jun 2015 08:00:15 +0300 Subject: boost from gentoo (version bump) --- dev-libs/boost/files/boost-1.52.0-tuple.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-libs/boost/files/boost-1.52.0-tuple.patch (limited to 'dev-libs/boost/files/boost-1.52.0-tuple.patch') diff --git a/dev-libs/boost/files/boost-1.52.0-tuple.patch b/dev-libs/boost/files/boost-1.52.0-tuple.patch new file mode 100644 index 0000000..08bab86 --- /dev/null +++ b/dev-libs/boost/files/boost-1.52.0-tuple.patch @@ -0,0 +1,11 @@ +--- boost/signals2/detail/variadic_slot_invoker.hpp.org 2012-11-20 09:15:55.000000000 +0400 ++++ boost/signals2/detail/variadic_slot_invoker.hpp 2012-11-20 09:19:56.000000000 +0400 +@@ -20,7 +20,7 @@ + // if compiler has std::tuple use it instead of boost::tuple + // because boost::tuple does not have variadic template support at present. + #ifdef BOOST_NO_CXX11_HDR_TUPLE +-#include ++#include + #define BOOST_SIGNALS2_TUPLE boost::tuple + #else + #include -- cgit v1.2.3