You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2014/05/30 00:09:01 UTC

git commit: Fixed MESOS-1427: 'friend' statement in Variable resolved to a different State class on clang 3.2

Repository: mesos
Updated Branches:
  refs/heads/master 7c338b1c4 -> 54daa9df5


Fixed MESOS-1427: 'friend' statement in Variable resolved to a different State class on clang 3.2

Review: https://reviews.apache.org/r/22054


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/54daa9df
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/54daa9df
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/54daa9df

Branch: refs/heads/master
Commit: 54daa9df5f2343e3d6c94896d98c4dbe89e965d2
Parents: 7c338b1
Author: Jiang Yan Xu <ya...@jxu.me>
Authored: Thu May 29 14:13:19 2014 -0700
Committer: Jiang Yan Xu <ya...@jxu.me>
Committed: Thu May 29 15:08:41 2014 -0700

----------------------------------------------------------------------
 src/state/protobuf.hpp | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/54daa9df/src/state/protobuf.hpp
----------------------------------------------------------------------
diff --git a/src/state/protobuf.hpp b/src/state/protobuf.hpp
index 802617b..12f9bfb 100644
--- a/src/state/protobuf.hpp
+++ b/src/state/protobuf.hpp
@@ -40,6 +40,9 @@ namespace internal {
 namespace state {
 namespace protobuf {
 
+class State; // Forward declaration.
+
+
 template <typename T>
 class Variable
 {