[Libreoffice-commits] .: boost/boost.4713.warnings.patch

Caolán McNamara caolan at kemper.freedesktop.org
Thu Jul 14 08:12:58 PDT 2011


 boost/boost.4713.warnings.patch |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit c0a818e35b4a5bf87a52c2323e296022934d94ef
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jul 14 16:12:02 2011 +0100

    WaE: yet more of these shadowing warnings

diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch
index 29653ca..fe18ab7 100644
--- a/boost/boost.4713.warnings.patch
+++ b/boost/boost.4713.warnings.patch
@@ -879,3 +879,16 @@
              if( !allow_null )
              {
                  BOOST_PTR_CONTAINER_THROW_EXCEPTION( 0 == x && "null not allowed", 
+--- misc/boost_1_44_0/boost/pool/object_pool.hpp.orig	2011-07-14 16:08:31.672964851 +0100
++++ misc/build/boost_1_44_0/boost/pool/object_pool.hpp	2011-07-14 16:09:20.851594534 +0100
+@@ -53,8 +53,8 @@
+ 
+   public:
+     // This constructor parameter is an extension!
+-    explicit object_pool(const size_type next_size = 32)
+-    :pool<UserAllocator>(sizeof(T), next_size) { }
++    explicit object_pool(const size_type next_size_ = 32)
++    :pool<UserAllocator>(sizeof(T), next_size_) { }
+ 
+     ~object_pool();
+ 


More information about the Libreoffice-commits mailing list