Boost C++ Libraries: Ticket #12633: boost::unordered_map try_emplace https://svn.boost.org/trac10/ticket/12633 <p> Is there something planned to implement C++17 try_emplace function in unordered_map (and other unordered associative containers) ? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12633 Trac 1.4.3 Daniel James Tue, 29 Nov 2016 14:17:12 GMT <link>https://svn.boost.org/trac10/ticket/12633#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12633#comment:1</guid> <description> <p> I'm working on it, although only unordered_map has try_emplace. It might be in 1.64.0. </p> </description> <category>Ticket</category> </item> <item> <author>dkabrane@…</author> <pubDate>Tue, 29 Nov 2016 14:28:18 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12633#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12633#comment:2</guid> <description> <p> You're right, it's only for unordered_map, my bad I thought it was common to every associative container. I'm eager to test it. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 20 Dec 2016 19:13:12 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12633#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12633#comment:3</guid> <description> <p> actually boost::container::map does have try_emplace so it will be great to have it in boost::unordered_map as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 09 Mar 2017 07:04:02 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/12633#comment:4 https://svn.boost.org/trac10/ticket/12633#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.64.0</span> </li> </ul> Ticket Daniel James Sun, 08 Oct 2017 14:38:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12633#comment:5 https://svn.boost.org/trac10/ticket/12633#comment:5 <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">fixed</span> </li> </ul> Ticket