Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7189: [gil] conflict between boost range and boost gil
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-25 13:18:57
#7189: [gil] conflict between boost range and boost gil
-------------------------------+----------------------------
Reporter: kaischroeder3@⦠| Owner: Stefan Seefeld
Type: Bugs | Status: new
Milestone: To Be Determined | Component: gil USE GITHUB
Version: Boost 1.51.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------
Comment (by Mateusz Loskot):
Would this simple change help?
Line
[https://github.com/boostorg/gil/blob/d882b844944001f5f94e55aed3faaf651aae3032/include/boost/gil/algorithm.hpp#L377
algorithm.hpp:377] from
{{{
fill_n(first.x(), numToDo, val);
}}}
to
{{{
::std::fill_n(first.x(), numToDo, val);
}}}
-- Ticket URL: <https://svn.boost.org/trac10/ticket/7189#comment:4> 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 : 2018-06-25 13:25:43 UTC