cmake/c++11-test-static_assert-N1720.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(0 < 1, "your ordering of integers is screwed");
	return 0;
}

mercurial