diff options
| author | Alan Conway <aconway@apache.org> | 2008-04-03 17:23:34 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-04-03 17:23:34 +0000 |
| commit | cb076892e53f1634d60fe31bca9e0438054bf419 (patch) | |
| tree | bde874668fda97095a43c95abbcd92b4fc1d9d3b /qpid/cpp/src/tests/serialize.cpp | |
| parent | 122ae0c71ba81f34853bf91efdd0a7d63a239c3f (diff) | |
| download | qpid-python-cb076892e53f1634d60fe31bca9e0438054bf419.tar.gz | |
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@644413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/serialize.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/serialize.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qpid/cpp/src/tests/serialize.cpp b/qpid/cpp/src/tests/serialize.cpp index 1f576d6ee1..386f721338 100644 --- a/qpid/cpp/src/tests/serialize.cpp +++ b/qpid/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 <class C> back_insert_iterator<C>& operator+=(back_insert_iterator<C>& bi, size_t) { return bi; } -} - QPID_AUTO_TEST_SUITE(SerializeTestSuite) - - using namespace std; namespace mpl=boost::mpl; using namespace qpid::amqp_0_10; |
