add extension index_iterator

This commit is contained in:
bolero-MURAKAMI 2014-07-13 01:41:33 +09:00
parent 46b2b96013
commit 28e9a4e5d9
2 changed files with 7 additions and 5 deletions

View file

@ -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)
{}