diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
commit | 926bbe1815c86e38722f6b635874bc99981734aa (patch) | |
tree | 8ce5e6fd8904f10c32cc1790ae754097f7f587b8 /dev-libs/boost/files/boost-1.52.0-tuple.patch | |
parent | d80e68a99ac0400828912cfe25c59b45e3f69005 (diff) |
removed boost, boost-build - outdated
Diffstat (limited to 'dev-libs/boost/files/boost-1.52.0-tuple.patch')
-rw-r--r-- | dev-libs/boost/files/boost-1.52.0-tuple.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/boost/files/boost-1.52.0-tuple.patch b/dev-libs/boost/files/boost-1.52.0-tuple.patch deleted file mode 100644 index 08bab86..0000000 --- a/dev-libs/boost/files/boost-1.52.0-tuple.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 <boost/tuple.hpp> -+#include <boost/tuple/tuple.hpp> - #define BOOST_SIGNALS2_TUPLE boost::tuple - #else - #include <tuple> |