124
edits
Line 7: | Line 7: | ||
** move semantics | ** move semantics | ||
** forward-declaration of scoped enum (+ scoped enum at all) | ** forward-declaration of scoped enum (+ scoped enum at all) | ||
** thread_local to eliminate race conditions with e.g. the storage pool used by Common::String, when strings are used across threads | |||
* UBSan common code | * UBSan common code | ||
* Treat Android platform like first-class citizen | * Treat Android platform like first-class citizen |
edits