summaryrefslogtreecommitdiff
path: root/lib/core/c++/iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/c++/iterator.hpp')
-rw-r--r--lib/core/c++/iterator.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/core/c++/iterator.hpp b/lib/core/c++/iterator.hpp
index 696c521..7fd6f58 100644
--- a/lib/core/c++/iterator.hpp
+++ b/lib/core/c++/iterator.hpp
@@ -50,8 +50,11 @@ public:
}
};
+template<typename Tupl>
+struct ct_tuple_iterator;
+
template<typename... Tup>
-struct ct_tuple_iterator final {
+struct ct_tuple_iterator<sch::Tuple<Tup...>> final {
private:
template<typename Func, uint64_t i>
static constexpr saw::error_or<void> apply_i(