From dc2493e7525bb7633f697ef10f72b72b46222249 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Fri, 30 Aug 2019 00:45:36 -0400 Subject: Forget what I said, I just need to change git attributes to mark for vendor --- deps/entityx/cxx11/c++11-test-cstdint.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 deps/entityx/cxx11/c++11-test-cstdint.cpp (limited to 'deps/entityx/cxx11/c++11-test-cstdint.cpp') diff --git a/deps/entityx/cxx11/c++11-test-cstdint.cpp b/deps/entityx/cxx11/c++11-test-cstdint.cpp deleted file mode 100644 index 6ba852f..0000000 --- a/deps/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