diff options
Diffstat (limited to 'c++11/c++11-test-static_assert-N1720_fail_compile.cpp')
-rw-r--r-- | c++11/c++11-test-static_assert-N1720_fail_compile.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/c++11/c++11-test-static_assert-N1720_fail_compile.cpp b/c++11/c++11-test-static_assert-N1720_fail_compile.cpp deleted file mode 100644 index d97b679..0000000 --- a/c++11/c++11-test-static_assert-N1720_fail_compile.cpp +++ /dev/null @@ -1,5 +0,0 @@ -int main()
-{
- static_assert(1 < 0, "this should fail");
- return 0;
-}
|