Added Entityx to project
This commit is contained in:
5
external/entityx-1.1.2/cxx11/c++11-test-static_assert-N1720.cpp
vendored
Normal file
5
external/entityx-1.1.2/cxx11/c++11-test-static_assert-N1720.cpp
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
static_assert(0 < 1, "your ordering of integers is screwed");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user