Changes between Initial Version and Version 2 of Ticket #7189


Ignore:
Timestamp:
Feb 16, 2017, 10:50:18 AM (6 years ago)
Author:
Mateusz Loskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7189

    • Property Cc mateusz@… added
  • Ticket #7189 – Description

    initial v2  
    22The following does not compile because it cannot be resolved whether a call to boost::range::fill_n or std::fill_n is correct
    33
    4 
     4{{{
    55#include <boost/array.hpp>
    66#include <boost/gil/image_view.hpp>
     
    1919}
    2020
    21 
     21}}}
    2222
    2323Error:
    2424
     25{{{
    2526[100%] Building CXX object CMakeFiles/test_misc.dir/test_misc.cpp.o
    2627In file included from /usr/include/boost/gil/image.hpp:29:0,
     
    3435/usr/include/boost/range/algorithm/fill_n.hpp:41:28: note: const ForwardRange& boost::range::fill_n(const ForwardRange&, Size, const Value&) [with ForwardRange = boost::array<float, 2ul>*, Size = long int, Value = boost::array<float, 2ul>]
    3536make[3]: *** [CMakeFiles/test_misc.dir/test_misc.cpp.o] Error 1
    36 
     37}}}