Ticket #6089: patch
File patch, 505 bytes (added by , 11 years ago) |
---|
-
boost/ptr_container/ptr_map_adapter.hpp
549 549 550 550 public: 551 551 552 std::pair<iterator,bool> insert( key_type& key, mapped_type x )552 std::pair<iterator,bool> insert( const key_type& key, mapped_type x ) 553 553 { 554 554 return insert_impl( key, x ); 555 555 }