|
|
@@ -24,9 +24,9 @@ TODO:
|
|
|
* maybe drop begin(v)/end(v) from sparse set and only use scoped begin/end at call sites
|
|
|
* review all // NOLINT + linter workflow + review clang-tidy file
|
|
|
* self contained entity traits to avoid explicit specializations (ie enum constants)
|
|
|
-* review assure conflicts check, hash doesn't fit the purpose maybe
|
|
|
-* allow to zero-sized versions (with non-regression tests)
|
|
|
+* allow zero-sized versions (with non-regression tests)
|
|
|
* auto type info data from types if present
|
|
|
* group review: use handler as base with protected members and arrays of common type (see view for further details)
|
|
|
* swap sets in swap-only mode, return scoped iterators by default, make ::free_list return an iterator if possible
|
|
|
* review names of test classes (_t vs non-_t)
|
|
|
+* test: bind common from cmake, move it under test and rename, then share it with all tests
|