mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix random_result for generator concept
This commit is contained in:
parent
aec15c55a8
commit
ebadf4fa7c
4 changed files with 53 additions and 37 deletions
|
@ -70,7 +70,7 @@ namespace sprout {
|
|||
, last(last)
|
||||
, pred(pred)
|
||||
{}
|
||||
public:
|
||||
public:
|
||||
filter_iterator() = default;
|
||||
filter_iterator(filter_iterator const&) = default;
|
||||
SPROUT_CONSTEXPR filter_iterator(predicate_type pred, iterator_type it, iterator_type last = iterator_type())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue