id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3102,[interprocess] map::insert returning end() on success,Bob Walters ,Ion Gaztañaga," The method: iterator boost::interprocess::map::insert(iterator hint, const value_type& x) is returning the existing entry (correctly) when an entry with the indicated key already exists, but when it successfully inserts a new value, it is returning map::end(). It should be returning an iterator pointing to the newly inserted entry in that case.",Bugs,closed,To Be Determined,interprocess,Boost 1.39.0,Problem,invalid,map interprocess insert,