[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-725-g5ef3702
Stephen Kelly
steveire at gmail.com
Tue Nov 18 17:02:12 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 5ef3702cef49d16c0309bfa6d875970211ed0752 (commit)
via a52d5450516bb2721d807769c9a817ddb14dded5 (commit)
from 632289f509672ef9ecc620eeab03a800a0bdba63 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5ef3702cef49d16c0309bfa6d875970211ed0752
commit 5ef3702cef49d16c0309bfa6d875970211ed0752
Merge: 632289f a52d545
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 18 17:02:12 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 18 17:02:12 2014 -0500
Merge topic 'default-lang-dialect' into next
a52d5450 Fix macro value.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a52d5450516bb2721d807769c9a817ddb14dded5
commit a52d5450516bb2721d807769c9a817ddb14dded5
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 18 23:01:54 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Nov 18 23:01:58 2014 +0100
Fix macro value.
diff --git a/Tests/CompileFeatures/default_dialect.cpp b/Tests/CompileFeatures/default_dialect.cpp
index c1b311d..10d2170 100644
--- a/Tests/CompileFeatures/default_dialect.cpp
+++ b/Tests/CompileFeatures/default_dialect.cpp
@@ -1,6 +1,6 @@
#if DEFAULT_CXX14
-# if __cplusplus <= 201402L
+# if __cplusplus != 201402L
# error Unexpected value for __cplusplus.
# endif
#elif DEFAULT_CXX11
-----------------------------------------------------------------------
Summary of changes:
Tests/CompileFeatures/default_dialect.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list