mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add range adaptor: merged, set operations
This commit is contained in:
parent
3472e8b94e
commit
9aa2a7c9b2
43 changed files with 1176 additions and 62 deletions
|
@ -59,7 +59,7 @@ namespace sprout {
|
|||
, comp(other.comp)
|
||||
{}
|
||||
public:
|
||||
set_intersection_iterator()
|
||||
SPROUT_CONSTEXPR set_intersection_iterator()
|
||||
: current(), lst1(), lst2(), comp()
|
||||
{}
|
||||
set_intersection_iterator(set_intersection_iterator const&) = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue