summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_static_assert.cpp
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-03 22:00:28 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:54 (GMT)
commit88542a61011d13ed0a92b9a1da49d428846aaf20 (patch)
tree7d47d944ab3b70f73325c4512a21995e86c314cc /Tests/CompileFeatures/cxx_static_assert.cpp
parent91289312fa9da0807b5c59a78de2c5ad21d6cda1 (diff)
downloadCMake-88542a61011d13ed0a92b9a1da49d428846aaf20.zip
CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.tar.gz
CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.tar.bz2
Features: Add cxx_static_assert.
Diffstat (limited to 'Tests/CompileFeatures/cxx_static_assert.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_static_assert.cpp2
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");