index
:
clyne/entityx
master
remove-std-iterator
serialize
EntityX - A fast, type-safe C++ Entity-Component system
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cxx11
/
c++11-test-static_assert-N1720_fail_compile.cpp
blob: 4cb118342f6afb376e43a9a68b5c853be60f2e42 (
plain
)
1
2
3
4
5
int
main
()
{
static_assert
(
1
<
0
,
"this should fail"
);
return
0
;
}