[Libreoffice-commits] .: boost/boost.4713.warnings.patch
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Dec 9 02:53:48 PST 2010
boost/boost.4713.warnings.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 1792b2c3b7a91a1079562c5fd1ebcbb06d85a189
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Dec 9 08:36:16 2010 +0000
WaE, doubly const return value
diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch
index 5587b4b..fe9699f 100644
--- a/boost/boost.4713.warnings.patch
+++ b/boost/boost.4713.warnings.patch
@@ -140,3 +140,14 @@
{}
};
+--- misc/build/boost_1_39_0/boost/ptr_container/detail/map_iterator.hpp
++++ misc/build/boost_1_39_0/boost/ptr_container/detail/map_iterator.hpp
+@@ -49,7 +49,7 @@
+ : first(rp->first), second(rp->second)
+ { }
+
+- const ref_pair* const operator->() const
++ const ref_pair* operator->() const
+ {
+ return this;
+ }
More information about the Libreoffice-commits
mailing list