*: updated TODO

This commit is contained in:
Michele Caini
2024-07-05 09:11:04 +02:00
parent cad70bcd60
commit f433b7fb41

4
TODO
View File

@@ -35,7 +35,7 @@ TODO:
* review constrained noexcept-ness (ie sigh)
* offer 16b from meta_traits to users or change type
* registry::view const invokes refresh multiple times implicitly
* improve front for multi-type view
* improve front (no multiple checks) and back (ie no contains) for multi-type view
* cleanup common view from tricks to handle single swap-only and in-place, if constexpr branches
* consider returning subrange for swap-only sparse sets or consider using filtered each for in-place storage (smilar to storage entity), cleanup views
* single-type view specialization for in-place
* stop supporting func() for view::each (nonsense)