diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 08:36:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 08:36:16 +0000 |
commit | b5573a98d0fb8b64455f2a4517087e2b3badf800 (patch) | |
tree | 433d23c45137abbff9465f4d4eb97dd455aea209 /boost | |
parent | 2d94124b1243a8cec416b6e8946db9d14806cc2c (diff) |
WaE, doubly const return value
Diffstat (limited to 'boost')
-rw-r--r-- | boost/boost.4713.warnings.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch index 5587b4b804fd..fe9699fb3939 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; + } |