Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82086 - in branches/release: boost/container libs/container/doc
From: igaztanaga_at_[hidden]
Date: 2012-12-18 16:09:02


Author: igaztanaga
Date: 2012-12-18 16:09:01 EST (Tue, 18 Dec 2012)
New Revision: 82086
URL: http://svn.boost.org/trac/boost/changeset/82086

Log:
Bug #7650
Text files modified:
   branches/release/boost/container/list.hpp | 2 +-
   branches/release/libs/container/doc/container.qbk | 1 +
   2 files changed, 2 insertions(+), 1 deletions(-)

Modified: branches/release/boost/container/list.hpp
==============================================================================
--- branches/release/boost/container/list.hpp (original)
+++ branches/release/boost/container/list.hpp 2012-12-18 16:09:01 EST (Tue, 18 Dec 2012)
@@ -119,7 +119,7 @@
    { return this->m_it->m_data; }
 
    const_pointer operator->() const
- { return ::boost::intrusive::pointer_traits<const_pointer>::to_pointer(this->m_it->m_data); }
+ { return ::boost::intrusive::pointer_traits<const_pointer>::pointer_to(this->m_it->m_data); }
 
    //Increment / Decrement
    list_const_iterator& operator++()

Modified: branches/release/libs/container/doc/container.qbk
==============================================================================
--- branches/release/libs/container/doc/container.qbk (original)
+++ branches/release/libs/container/doc/container.qbk 2012-12-18 16:09:01 EST (Tue, 18 Dec 2012)
@@ -616,6 +616,7 @@
 
 [section:release_notes_boost_1_53_00 Boost 1.53 Release]
 
+* Fixed bug [@https://svn.boost.org/trac/boost/ticket/7650 #7650].
 * Improved `vector`'s insertion performance.
 * Changed again experimental multiallocation interface for better performance (still experimental).
 * Added no exception support for those willing to disable exceptions in their compilers.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk