Skip to content

Commit 3cfd6e1

Browse files
committed
*: cleanup TODO
1 parent b34131e commit 3cfd6e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ TODO:
1818
* auto type info data from types if present
1919
* storage entity: fast range-push from above
2020
* table: pop back to support swap and pop, single column access, empty type optimization
21-
* review cmake warning about FetchContent_Populate (need .28 and EXCLUDE_FROM_ALL for FetchContent)
2221
* suppress -Wself-move on CI with g++13
2322
* runtime types support for meta for types that aren't backed by C++ types
2423
* built-in no-pagination storage - no_pagination page size as limits::max
2524
* any cdynamic to support const ownership construction
2625
* allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
27-
* FetchContent_Populate -> FetchContent_MakeAvailable warnings
2826
* doc: IMPLICIT_DIR_DOCS for dir docs or \dir
2927
* meta non-const allow_cast overloads: (const int &) to (int &) is not allowed, but (const int &) to (double &) is allowed (support only for convertibles)
3028
* review build process for testbed (i.e. tests first due to SDL)

0 commit comments

Comments
 (0)