Boost C++ Libraries: Ticket #6769: flat_multimap::equal_range() does not compile https://svn.boost.org/trac10/ticket/6769 <p> Invoking equal_range() on flat_multimap generates a compile error. </p> <p> Reproducible with MS VC 10 and gcc 4.6 </p> <p> Replacing force_copy() with force() seems to fix it. (like it is for flat_map) </p> <p> See attached file for small program that generates the error. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6769 Trac 1.4.3 Dimitre Piskyulev <dpiskyulev@…> Thu, 05 Apr 2012 21:22:38 GMT attachment set https://svn.boost.org/trac10/ticket/6769 https://svn.boost.org/trac10/ticket/6769 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">flat_map.cpp</span> </li> </ul> Ticket Ion Gaztañaga Thu, 12 Jul 2012 09:14:24 GMT <link>https://svn.boost.org/trac10/ticket/6769#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6769#comment:1</guid> <description> <p> Sorry, but I could not reproduce your problem in VC10 or GCC 4.6 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 12 Jul 2012 15:35:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6769#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6769#comment:2</guid> <description> <p> did you try the attached program? you have to uncomment one of the typedefs, fails for flat containers. it did fail for me both on VC10 and gcc4.6 (ubuntu 10.10), boost 1.49.0 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 12 Jul 2012 16:31:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6769#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6769#comment:3</guid> <description> <p> fresh ubuntu 12.04, stock gcc (4.6.3) and boost 1.50.0, issue is gone </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Fri, 24 Aug 2012 21:20:18 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6769#comment:4 https://svn.boost.org/trac10/ticket/6769#comment:4 <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> <p> Thanks for the report. Glad to know it was already fixed in Boost 1.50 </p> Ticket