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/demo.cpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lib/entityx/cxx11/demo.cpp (limited to 'lib/entityx/cxx11/demo.cpp') diff --git a/lib/entityx/cxx11/demo.cpp b/lib/entityx/cxx11/demo.cpp deleted file mode 100644 index f647d15..0000000 --- a/lib/entityx/cxx11/demo.cpp +++ /dev/null @@ -1,23 +0,0 @@ - -#include - -int main() -{ - std::cout << "Testing\n"; - std::cout << "Has static_assert: " << -#ifdef HAS_CXX11_STATIC_ASSERT - "yes :)" -#else - "no" -#endif - << "\n"; - std::cout << "Has variadic templates: " << -#ifdef HAS_CXX11_VARIADIC_TEMPLATES - "yes :)" -#else - "no" -#endif - << "\n"; - return 0; -} - -- cgit v1.2.3