|
|
@@ -24,11 +24,8 @@ TODO:
|
|
|
* review cmake warning about FetchContent_Populate (need .28 and EXCLUDE_FROM_ALL for FetchContent)
|
|
|
* suppress -Wself-move on CI with g++13
|
|
|
* view specializations for multi, single and filtered elements
|
|
|
-* meta range: move id to meta objects and return plain types (?), then remove id from meta base and meta ctor too
|
|
|
* don't pass reactive storage by default to callback
|
|
|
* runtime types support for meta for types that aren't backed by C++ types
|
|
|
* built-in no-pagination storage - no_pagination page size as limits::max
|
|
|
* any cdynamic to support const ownership construction
|
|
|
* allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
|
|
|
-* meta: review/update rebind policy for handles and arguments
|
|
|
-* try to specialize things like is_pointer_like from the type directly if possible
|