From 9fb7885893067b5924aac26502433cec7212d6c7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 3 Apr 2008 17:23:34 +0000 Subject: src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily. Misc cleanup for 0-10 encoding. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@644413 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/serialize.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpp/src/tests/serialize.cpp') diff --git a/cpp/src/tests/serialize.cpp b/cpp/src/tests/serialize.cpp index 1f576d6ee1..386f721338 100644 --- a/cpp/src/tests/serialize.cpp +++ b/cpp/src/tests/serialize.cpp @@ -60,15 +60,8 @@ std::ostream& operator<<(std::ostream& out, const AbsTime& t) { } // qpid -namespace std { -// Dummy += for back inserters so we can use them with the decoder. -template back_insert_iterator& operator+=(back_insert_iterator& bi, size_t) { return bi; } -} - QPID_AUTO_TEST_SUITE(SerializeTestSuite) - - using namespace std; namespace mpl=boost::mpl; using namespace qpid::amqp_0_10; -- cgit v1.2.1