summaryrefslogtreecommitdiff
path: root/lib/cpp/test/OpenSSLManualInitTest.cpp
diff options
context:
space:
mode:
authorJames E. King, III <jim.king@simplivity.com>2017-08-05 12:23:54 -0400
committerJames E. King, III <jking@apache.org>2017-08-10 13:27:21 -0400
commit82ae9575cdc112088771fc7b876f75e1e4d85ebb (patch)
treed8e6827311ee6e69c560604fe660788b7dfd4908 /lib/cpp/test/OpenSSLManualInitTest.cpp
parent0a8c34ceedf0f9272fb6d3519596ddf90cffcac2 (diff)
downloadthrift-82ae9575cdc112088771fc7b876f75e1e4d85ebb.tar.gz
THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr)
Client: C++ This closes #1328
Diffstat (limited to 'lib/cpp/test/OpenSSLManualInitTest.cpp')
-rw-r--r--lib/cpp/test/OpenSSLManualInitTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cpp/test/OpenSSLManualInitTest.cpp b/lib/cpp/test/OpenSSLManualInitTest.cpp
index 5cd5e48ce..a30b3039a 100644
--- a/lib/cpp/test/OpenSSLManualInitTest.cpp
+++ b/lib/cpp/test/OpenSSLManualInitTest.cpp
@@ -28,7 +28,6 @@
#include <openssl/evp.h>
#include <thrift/transport/TSSLSocket.h>
-using namespace std;
using namespace apache::thrift::transport;
void make_isolated_sslsocketfactory() {