Boost C++ Libraries: Ticket #7346: Range algorithm_ext makes compile error https://svn.boost.org/trac10/ticket/7346 <p> Follwing code raises compaile error in Visual C++ 2005/2008/2010/2012. </p> <pre class="wiki">#include &lt;boost/algorithm/string/replace.hpp&gt; #include &lt;boost/range/algorithm_ext.hpp&gt; #include &lt;string&gt; int main() { std::string s; boost::algorithm::replace_all_copy(s, "", ""); boost::algorithm::replace_first_copy(s, "", ""); } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7346 Trac 1.4.3 Yusuke Ichinohe <yusuke.ichinohe@…> Sat, 08 Sep 2012 13:49:47 GMT attachment set https://svn.boost.org/trac10/ticket/7346 https://svn.boost.org/trac10/ticket/7346 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">find_format.diff</span> </li> </ul> <p> Fix for this problem </p> Ticket Marshall Clow Mon, 01 Oct 2012 15:42:42 GMT <link>https://svn.boost.org/trac10/ticket/7346#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7346#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80809" title="Qualified some calls to insert to remove ambiguity; Refs #7346 Thanks ...">[80809]</a>) Qualified some calls to insert to remove ambiguity; Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7346" title="#7346: Bugs: Range algorithm_ext makes compile error (closed: fixed)">#7346</a> Thanks to Yusuke Ichinohe for the bug report/fix </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 10 Dec 2012 19:23:56 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7346#comment:2 https://svn.boost.org/trac10/ticket/7346#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81832" title="Merge from trunk; Fixes #7346">[81832]</a>) Merge from trunk; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7346" title="#7346: Bugs: Range algorithm_ext makes compile error (closed: fixed)">#7346</a> </p> Ticket