Boost C++ Libraries: Ticket #9707: Compilation errors in is_permutation and callees https://svn.boost.org/trac10/ticket/9707 <p> The 4-iterator version of is_permutation (in boost/algorithm/cxx14/is_permutation.hpp) has obvious compilation errors: </p> <p> _ForwardIterator1 is not a type (needless underscore, and a reserved identifier at that) </p> <p> InputIterator1 is not a type (copy/paste bug?) </p> <p> iterator_traits is used without namespace qualification in the first two statements. </p> <p> Furthermore, the functions that it calls are broken in similar ways: </p> <p> _VSTD namespace qualifier is used, but doesn't exist </p> <p> etc... </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9707 Trac 1.4.3 Glen Fernandes Tue, 25 Feb 2014 04:00:59 GMT <link>https://svn.boost.org/trac10/ticket/9707#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9707#comment:1</guid> <description> <p> Should already be fixed in develop; see git commit b9d89c559b (svn 84389). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 01 May 2014 19:02:59 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9707#comment:2 https://svn.boost.org/trac10/ticket/9707#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">fixed</span> </li> </ul> <p> Merged to release in cf249c090c3021faebbcf5f6cf5574ce258aa7f6 </p> Ticket