From 948454b7018b35096ae0454c1260dc69244d9946 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 15 Mar 2012 19:40:08 +0000 Subject: NO-JIRA: Remove some namespace polluting "using namespace boost" declarations - Blanket "using namespace" declarations like these are BAD, they can change the symbols imported into your namespace and you have no control over this. - Needed to make QPID-3893 compile on windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1301168 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Frame.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/tests/Frame.cpp') diff --git a/cpp/src/tests/Frame.cpp b/cpp/src/tests/Frame.cpp index 1270eabba3..cfcfde04a7 100644 --- a/cpp/src/tests/Frame.cpp +++ b/cpp/src/tests/Frame.cpp @@ -30,7 +30,6 @@ QPID_AUTO_TEST_SUITE(FrameTestSuite) using namespace std; using namespace qpid::framing; -using namespace boost; QPID_AUTO_TEST_CASE(testContentBody) { Frame f(42, AMQContentBody("foobar")); -- cgit v1.2.1