EntityComponentMetaSystem/src
Stephen Seo 94ba0b70e8 Isolated code that fails to compile on gcc
The original changes is in the "refactoring" branch. This branch has
removed most of the changes except for the specific parts of code that
triggers the compilation to fail on gcc.

The minor lambda fn capture change ("function" to "&function") is to
fix compiler error with Clang.

EDIT: It seems if the UnitTests are compiled with the "Release"
build-type instead of "Debug", then gcc does not fail to compile.
2021-09-07 17:48:29 +09:00
..
EC Isolated code that fails to compile on gcc 2021-09-07 17:48:29 +09:00
test Allow ThreadPool to be created with < 2 ThreadCount 2021-09-07 11:46:38 +09:00
CMakeLists.txt Fix CMakeLists.txt to use FindThreads 2021-09-07 12:09:02 +09:00