From abf136be66b78f9a1fb913dfad26225beeb2ca34 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 19 Aug 2022 19:51:50 -0400 Subject: add sol2 submodule; remove entityx to add submodule --- lib/entityx/cxx11/c++11-test-cstdint.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/entityx/cxx11/c++11-test-cstdint.cpp (limited to 'lib/entityx/cxx11/c++11-test-cstdint.cpp') diff --git a/lib/entityx/cxx11/c++11-test-cstdint.cpp b/lib/entityx/cxx11/c++11-test-cstdint.cpp deleted file mode 100644 index 6ba852f..0000000 --- a/lib/entityx/cxx11/c++11-test-cstdint.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include -int main() -{ - bool test = - (sizeof(std::int8_t) == 1) && - (sizeof(std::int16_t) == 2) && - (sizeof(std::int32_t) == 4) && - (sizeof(std::int64_t) == 8); - return test ? 0 : 1; -} -- cgit v1.2.3