You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* work stealing job system (see #100) + mt scheduler based on const awareness for types
14
14
* combine version-mask-vs-version-bits tricks with reserved bits to allow things like enabling/disabling
15
15
* auto type info data from types if present
16
-
* suppress -Wself-move on CI with g++13
17
16
* built-in no-pagination storage - no_pagination page size as limits::max
18
17
* any cdynamic to support const ownership construction
19
18
* meta non-const allow_cast overloads: (const int &) to (int &) is not allowed, but (const int &) to (double &) is allowed (support only for convertibles)
0 commit comments