diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-06 08:10:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:57 (GMT) |
commit | ab455ebafd55653f87168d9e6c32cfc15403a973 (patch) | |
tree | caafbdbe5579106946d3bf51289ced1434c47f71 /Tests | |
parent | 300ce2481eae64f44ca4a4bec4f975db4f3e16c8 (diff) | |
download | CMake-ab455ebafd55653f87168d9e6c32cfc15403a973.zip CMake-ab455ebafd55653f87168d9e6c32cfc15403a973.tar.gz CMake-ab455ebafd55653f87168d9e6c32cfc15403a973.tar.bz2 |
Features: Add cxx_thread_local.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CompileFeatures/cxx_thread_local.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/cxx_thread_local.cpp b/Tests/CompileFeatures/cxx_thread_local.cpp new file mode 100644 index 0000000..1fb27e2 --- /dev/null +++ b/Tests/CompileFeatures/cxx_thread_local.cpp @@ -0,0 +1,2 @@ + +thread_local unsigned int rage = 1; |