Repository: mesos
Updated Branches:
  refs/heads/master 04301c29b -> 888e56e23


Fixed a [-Werror=non-template-friend] error on GCC.


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

Branch: refs/heads/master
Commit: ad799cec328d429d8d7441c473ffded46e5fa53d
Parents: 04301c2
Author: Michael Park <[email protected]>
Authored: Sun Aug 9 20:03:14 2015 -0400
Committer: Michael Park <[email protected]>
Committed: Sun Aug 9 20:57:55 2015 -0400

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/include/stout/cache.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ad799cec/3rdparty/libprocess/3rdparty/stout/include/stout/cache.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/cache.hpp 
b/3rdparty/libprocess/3rdparty/stout/include/stout/cache.hpp
index b1cc42f..25684a4 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/stout/cache.hpp
+++ b/3rdparty/libprocess/3rdparty/stout/include/stout/cache.hpp
@@ -93,7 +93,7 @@ private:
   Cache& operator=(const Cache&);
 
   // Give the operator access to our internals.
-  friend std::ostream& operator<<(
+  friend std::ostream& operator<<<>(
       std::ostream& stream,
       const Cache<Key, Value>& c);
 

Reply via email to