mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add extension index_iterator
This commit is contained in:
parent
46b2b96013
commit
28e9a4e5d9
2 changed files with 7 additions and 5 deletions
|
@ -45,7 +45,7 @@ namespace testspr {
|
|||
SPROUT_CONSTEXPR reduct_iterator()
|
||||
: current()
|
||||
{}
|
||||
SPROUT_CONSTEXPR reduct_iterator(reduct_iterator const& other) = default;
|
||||
reduct_iterator(reduct_iterator const& other) = default;
|
||||
explicit SPROUT_CONSTEXPR reduct_iterator(iterator_type it)
|
||||
: current(it)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue