diff options
Diffstat (limited to 'lib/core')
| -rw-r--r-- | lib/core/c++/iterator.hpp | 5 | ||||
| -rw-r--r-- | lib/core/c++/term_renderer.hpp | 6 |
2 files changed, 4 insertions, 7 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( diff --git a/lib/core/c++/term_renderer.hpp b/lib/core/c++/term_renderer.hpp deleted file mode 100644 index 5cbb551..0000000 --- a/lib/core/c++/term_renderer.hpp +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -namespace kel { -namespace lbm { -} -} |
