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/concurrency/ThreadFactoryTests.h b/lib/cpp/test/concurrency/ThreadFactoryTests.h index 48330f3..ba98502 100644 --- a/lib/cpp/test/concurrency/ThreadFactoryTests.h +++ b/lib/cpp/test/concurrency/ThreadFactoryTests.h
@@ -33,7 +33,7 @@ namespace concurrency { namespace test { -using stdcxx::shared_ptr; +using std::shared_ptr; using namespace apache::thrift::concurrency; /**