diff options
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/amqp_0_10/Map.cpp | 5 | ||||
-rw-r--r-- | cpp/src/tests/serialize.cpp | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/tests/amqp_0_10/Map.cpp b/cpp/src/tests/amqp_0_10/Map.cpp index 0a58a2134a..ad6f38b5d7 100644 --- a/cpp/src/tests/amqp_0_10/Map.cpp +++ b/cpp/src/tests/amqp_0_10/Map.cpp @@ -26,11 +26,6 @@ using namespace qpid::amqp_0_10; using namespace std; -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(MapTestSuite) BOOST_AUTO_TEST_CASE(testGetSet) { 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 <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; |