Difference between revisions of "User:Csnover"

Jump to navigation Jump to search
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