From c9da57d0b914e9c198e8de441591c68b55f41ad6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Dec 2010 14:22:28 +0000 Subject: WaE: fix more boost header warnings --- boost/boost.4713.warnings.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'boost') diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch index c5d1c01fa5be..b84b60aff0d8 100644 --- a/boost/boost.4713.warnings.patch +++ b/boost/boost.4713.warnings.patch @@ -274,3 +274,13 @@ } public: // algorithms +--- misc/build/boost_1_39_0/boost/ptr_container/ptr_map_adapter.hpp ++++ misc/build/boost_1_39_0/boost/ptr_container/ptr_map_adapter.hpp +@@ -477,6 +477,7 @@ + } + + ptr_map_adapter( const ptr_map_adapter& r ) ++ : base_type() + { + map_basic_clone_and_insert( r.begin(), r.end() ); + } -- cgit