mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-18 15:24:11 +00:00
fix iterator implementation
This commit is contained in:
parent
4c996bd47b
commit
7c706381d4
65 changed files with 494 additions and 313 deletions
|
@ -92,7 +92,7 @@ namespace sprout {
|
|||
replace_copy_if(
|
||||
InputIterator first, InputIterator last,
|
||||
Result const& result, Predicate pred, T const& new_value,
|
||||
void*
|
||||
std::input_iterator_tag*
|
||||
)
|
||||
{
|
||||
return sprout::fixed::detail::replace_copy_if_impl(first, last, result, pred, new_value, sprout::size(result));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue