Ticket #4276: map_iterator.patch

File map_iterator.patch, 351 bytes (added by gredner@…, 10 years ago)

Patch for this issue that removes the second 'const'

  • detail/map_iterator.hpp

     
    4949            : first(rp->first), second(rp->second)
    5050            { }
    5151           
    52             const ref_pair* const operator->() const
     52            const ref_pair* operator->() const
    5353            {
    5454                return this;
    5555            }