public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: boost-1.52.0-tuple.patch
@ 2012-11-22  3:37 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-11-22  3:37 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/11/22 03:37:59

  Added:                boost-1.52.0-tuple.patch
  Log:
  Add patch to fix boost's tuple library. Thanks to Alex in bug #443992.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.1                  dev-libs/boost/files/boost-1.52.0-tuple.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.52.0-tuple.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.52.0-tuple.patch?rev=1.1&content-type=text/plain

Index: boost-1.52.0-tuple.patch
===================================================================
--- 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>





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-22  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22  3:37 [gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: boost-1.52.0-tuple.patch Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox