diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-19 15:04:59 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-19 15:04:59 +0200 |
| commit | 81b7d6d2c09bbff6d9c1738fbb52f7c9a90b10de (patch) | |
| tree | 254862bed09c747a1d948ba2672571f3ebff3a69 /lib/core/c++ | |
| parent | 4f3f21f72602ab4ce49caa6e7264d369afc98977 (diff) | |
| download | libs-lbm-81b7d6d2c09bbff6d9c1738fbb52f7c9a90b10de.tar.gz | |
IBM reimplement
Diffstat (limited to 'lib/core/c++')
| -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 { -} -} |
