commit | 316723add4c368ffd144dd5beb55245832e073fa | [log] [tgz] |
---|---|---|
author | cyy <cyyever@outlook.com> | Sat Jan 05 16:35:14 2019 +0800 |
committer | James E. King III <jking@apache.org> | Mon Jan 07 08:11:37 2019 -0500 |
tree | 4dc5c86e776e4818ba5fb102e33eb62cfeb8382f | |
parent | 52637b33aba090851436b2031476529423ea3281 [diff] [blame] |
remove stdcxx namespace and use std directly
diff --git a/lib/cpp/test/AllProtocolTests.tcc b/lib/cpp/test/AllProtocolTests.tcc index b6df656..a7eab07 100644 --- a/lib/cpp/test/AllProtocolTests.tcc +++ b/lib/cpp/test/AllProtocolTests.tcc
@@ -28,7 +28,7 @@ #include "GenericHelpers.h" -using apache::thrift::stdcxx::shared_ptr; +using std::shared_ptr; using namespace apache::thrift; using namespace apache::thrift::protocol; using namespace apache::thrift::transport;