From aab129425357bd27df4e37f23463c062c6013eb1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 14 Jul 2011 16:12:02 +0100 Subject: WaE: yet more of these shadowing warnings --- boost/boost.4713.warnings.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'boost') diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch index 29653ca79fdd..fe18ab7ab900 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(sizeof(T), next_size) { } ++ explicit object_pool(const size_type next_size_ = 32) ++ :pool(sizeof(T), next_size_) { } + + ~object_pool(); + -- cgit