cmake/c++11-test-static_assert-N1720_fail_compile.cpp@73d65b279ec2
cmake/c++11-test-static_assert-N1720_fail_compile.cpp
Fri, 23 Aug 2013 01:04:13 +0300
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Fri, 23 Aug 2013 01:04:13 +0300
- changeset 477
- 73d65b279ec2
- parent 473
-
2a84149fe642
- permissions
- -rw-r--r--
fixed: couldn't open larger files because of a type mismatch in moc method calling, leading into runtime problems
int main()
{
static_assert(1 < 0, "this should fail");
return 0;
}