Subject: [Boost-bugs] [Boost C++ Libraries] #7346: Range algorithm_ext makes compile error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-08 13:49:24
#7346: Range algorithm_ext makes compile error
---------------------------------------------------------+------------------
Reporter: Yusuke Ichinohe <yusuke.ichinohe@â¦> | Owner: marshall
Type: Bugs | Status: new
Milestone: To Be Determined | Component: string_algo
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
Follwing code raises compaile error in Visual C++ 2005/2008/2010/2012.
{{{
#include <boost/algorithm/string/replace.hpp>
#include <boost/range/algorithm_ext.hpp>
#include <string>
int main()
{
std::string s;
boost::algorithm::replace_all_copy(s, "", "");
boost::algorithm::replace_first_copy(s, "", "");
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7346> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC