Forward to the other ctor.

This commit is contained in:
King_DuckZ 2017-07-27 20:54:49 +01:00
parent e242f0b154
commit 445d7b5e27
1 changed files with 1 additions and 2 deletions

View File

@ -148,8 +148,7 @@ namespace vwr {
template <typename V, typename OP, typename CMP, size_type... I>
sequence_range_iterator<V, OP, CMP, I...>::sequence_range_iterator (const sequence_range_type& parSeq) :
m_current(parSeq.from()),
m_seq(parSeq)
sequence_range_iterator(parSeq.from(), parSeq)
{
}