Boost C++ Libraries: Ticket #3102: [interprocess] map::insert returning end() on success https://svn.boost.org/trac10/ticket/3102 <p> The method: </p> <p> iterator boost::interprocess::map::insert(iterator hint, const value_type&amp; 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3102 Trac 1.4.3 Ion Gaztañaga Thu, 28 May 2009 16:24:55 GMT <link>https://svn.boost.org/trac10/ticket/3102#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3102#comment:1</guid> <description> <p> I can't reproduce the bug, could you attach a test case that reproduces this behaviour? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Thu, 26 Aug 2010 10:58:11 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3102#comment:2 https://svn.boost.org/trac10/ticket/3102#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket