commit | c109e019790a87ef1f874dfac3482ac45a57d3ab | [log] [tgz] |
---|---|---|
author | cyy <cyyever@outlook.com> | Sat Jan 05 13:45:07 2019 +0800 |
committer | James E. King III <jking@apache.org> | Mon Jan 07 08:11:37 2019 -0500 |
tree | 5c010cc93d0c3ff0cd6c16e93595b69b46efe194 | |
parent | 83b65f06fa380ed94669bdb461344f4f6b591191 [diff] [blame] |
remove boost::thread and boost::mutex code
diff --git a/lib/cpp/test/TNonblockingServerTest.cpp b/lib/cpp/test/TNonblockingServerTest.cpp index 63d8a04..5e10907 100644 --- a/lib/cpp/test/TNonblockingServerTest.cpp +++ b/lib/cpp/test/TNonblockingServerTest.cpp
@@ -148,7 +148,7 @@ shared_ptr<ThreadFactory> threadFactory( new PlatformThreadFactory( -#if !USE_BOOST_THREAD && !USE_STD_THREAD +#if !USE_STD_THREAD PlatformThreadFactory::OTHER, PlatformThreadFactory::NORMAL, 1, #endif