[Boost-bugs] [Boost C++ Libraries] #5948: ptr_map_adapter::insert( key_type& key, mapped_type x ) should have const kex paramter

Subject: [Boost-bugs] [Boost C++ Libraries] #5948: ptr_map_adapter::insert( key_type& key, mapped_type x ) should have const kex paramter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-27 11:31:22


#5948: ptr_map_adapter::insert( key_type& key, mapped_type x ) should have const
kex paramter
---------------------------------------+------------------------------------
 Reporter: M.Mayer@… | Owner: nesotto
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: ptr_container
  Version: Boost 1.47.0 | Severity: Problem
 Keywords: |
---------------------------------------+------------------------------------
 ptr_map_adapter::insert( key_type& key, mapped_type x )

 should be

 ptr_map_adapter::insert( '''const''' key_type& key, mapped_type x )

 as the other insert methods are.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5948>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC