Repository: qpid-proton
Updated Branches:
  refs/heads/master a22b17896 -> c4d16584a


NO-JIRA: [C++ binding] Fix check for C++11


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c4d16584
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c4d16584
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c4d16584

Branch: refs/heads/master
Commit: c4d16584a241e1d0cded416762f7b9b72a949e81
Parents: a22b178
Author: Andrew Stitcher <[email protected]>
Authored: Sun May 14 00:58:33 2017 -0400
Committer: Andrew Stitcher <[email protected]>
Committed: Sun May 14 01:00:11 2017 -0400

----------------------------------------------------------------------
 proton-c/bindings/cpp/include/proton/internal/config.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c4d16584/proton-c/bindings/cpp/include/proton/internal/config.hpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/include/proton/internal/config.hpp 
b/proton-c/bindings/cpp/include/proton/internal/config.hpp
index 563a304..da7f480 100644
--- a/proton-c/bindings/cpp/include/proton/internal/config.hpp
+++ b/proton-c/bindings/cpp/include/proton/internal/config.hpp
@@ -34,7 +34,7 @@
 /// with -D on the compile line.
 
 #ifndef PN_CPP_HAS_CPP11
-#if defined(__cplusplus) && __cplusplus >= 201100
+#if defined(__cplusplus) && __cplusplus >= 201103
 #define PN_CPP_HAS_CPP11 1
 #else
 #define PN_CPP_HAS_CPP11 0


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to