From abf136be66b78f9a1fb913dfad26225beeb2ca34 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <clyne@bitgloo.com>
Date: Fri, 19 Aug 2022 19:51:50 -0400
Subject: add sol2 submodule; remove entityx to add submodule

---
 lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp

(limited to 'lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp')

diff --git a/lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp b/lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp
deleted file mode 100644
index 4cb1183..0000000
--- a/lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-int main()
-{
-	static_assert(1 < 0, "this should fail");
-	return 0;
-}
-- 
cgit v1.2.3