--- a/cmake/c++11-test-static_assert-N1720_fail_compile.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(1 < 0, "this should fail"); - return 0; -}