diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-03 22:00:28 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:54 (GMT) |
commit | 88542a61011d13ed0a92b9a1da49d428846aaf20 (patch) | |
tree | 7d47d944ab3b70f73325c4512a21995e86c314cc /Tests | |
parent | 91289312fa9da0807b5c59a78de2c5ad21d6cda1 (diff) | |
download | CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.zip CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.tar.gz CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.tar.bz2 |
Features: Add cxx_static_assert.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CompileFeatures/cxx_static_assert.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/cxx_static_assert.cpp b/Tests/CompileFeatures/cxx_static_assert.cpp new file mode 100644 index 0000000..6aa8678 --- /dev/null +++ b/Tests/CompileFeatures/cxx_static_assert.cpp @@ -0,0 +1,2 @@ + +static_assert(true, "static_assert test"); |