diff options
author | Alan Conway <aconway@apache.org> | 2009-11-17 18:09:01 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-17 18:09:01 +0000 |
commit | 20e76d9894129f94f58a6b4794f64dbb4ddf8820 (patch) | |
tree | e2990b23d6955ed992050f7f8a55df16585560d4 /qpid/cpp/src/tests/cluster_test.cpp | |
parent | df29240dd9452a3972ed65693d00d970bd841533 (diff) | |
download | qpid-python-20e76d9894129f94f58a6b4794f64dbb4ddf8820.tar.gz |
cluster::InitialStatusMap and unit tests, support for improved cluster join protocol.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | qpid/cpp/src/tests/cluster_test.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp index eb6d98eced..c2683727cf 100644 --- a/qpid/cpp/src/tests/cluster_test.cpp +++ b/qpid/cpp/src/tests/cluster_test.cpp @@ -54,11 +54,6 @@ #include <algorithm> #include <iterator> -namespace std { // ostream operators in std:: namespace -template <class T> -ostream& operator<<(ostream& o, const std::set<T>& s) { return seqPrint(o, s); } -} - using namespace std; using namespace qpid; using namespace qpid::cluster; |