From ef7728a725272b88c3cd2f81f81ee60ed00cde90 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 17 Nov 2009 18:09:01 +0000 Subject: cluster::InitialStatusMap and unit tests, support for improved cluster join protocol. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881420 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_test.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/src/tests/cluster_test.cpp') diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index eb6d98eced..c2683727cf 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/cpp/src/tests/cluster_test.cpp @@ -54,11 +54,6 @@ #include #include -namespace std { // ostream operators in std:: namespace -template -ostream& operator<<(ostream& o, const std::set& s) { return seqPrint(o, s); } -} - using namespace std; using namespace qpid; using namespace qpid::cluster; -- cgit v1.2.1