You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/10/19 12:39:50 UTC

[04/50] qpid-proton git commit: PROTON-1527: Really, really fix VS 2010

PROTON-1527: Really, really fix VS 2010


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

Branch: refs/heads/go1
Commit: 6043a927cc73d1f4fdb6cb072e27156d34c6ffc0
Parents: b09e472
Author: Andrew Stitcher <as...@apache.org>
Authored: Tue Oct 10 17:30:14 2017 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Tue Oct 10 17:30:14 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6043a927/proton-c/bindings/cpp/include/proton/fwd.hpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/include/proton/fwd.hpp b/proton-c/bindings/cpp/include/proton/fwd.hpp
index 642cfe2..bbbec74 100644
--- a/proton-c/bindings/cpp/include/proton/fwd.hpp
+++ b/proton-c/bindings/cpp/include/proton/fwd.hpp
@@ -63,7 +63,7 @@ class work_queue;
 
 namespace v03 { class work; }
 
-#if PN_CPP_HAS_LAMBDAS
+#if PN_CPP_HAS_LAMBDAS && PN_CPP_HAS_VARIADIC_TEMPLATES
 namespace v11 { class work; }
 using v11::work;
 #else


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org