Skip to content
Snippets Groups Projects
Commit 483b50ab authored by Philip Trettner's avatar Philip Trettner
Browse files

fixed missing base class

parent 65025e1a
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ struct attribute_iterator : smart_iterator<attribute_iterator<AttributeT>>
// ================= FILTER + MAP =================
template <class IteratorT, class PredT>
struct filtering_iterator final
struct filtering_iterator final : smart_iterator<filtering_iterator<IteratorT, PredT>>
{
IteratorT it;
PredT pred;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment