--- a/cmake/c++11-test-static_assert-N1720.cpp Sat Aug 24 16:52:45 2013 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -int main() -{ - static_assert(0 < 1, "your ordering of integers is screwed"); - return 0; -}