Opened 11 years ago
#5948 new Bugs
ptr_map_adapter::insert( key_type& key, mapped_type x ) should have const kex paramter
Reported by: | Owned by: | Thorsten Ottosen | |
---|---|---|---|
Milestone: | To Be Determined | Component: | ptr_container |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.