diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index 1576936f1ca0d..488861aa9a118 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -3637,8 +3637,8 @@ class Filtered> : public FilteredBase using table_t = typename FilteredBase::table_t; using columns_t = typename T::columns_t; - using iterator = typename T::template iterator_template_o ;//FilteredBase::iterator; - using unfiltered_iterator = typename T::template iterator_template_o ;//FilteredBase::unfiltered_iterator; + using iterator = typename T::template iterator_template_o; // FilteredBase::iterator; + using unfiltered_iterator = typename T::template iterator_template_o; // FilteredBase::unfiltered_iterator; using const_iterator = iterator; iterator begin()