mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds lib::thread
This commit is contained in:
@@ -49,9 +49,11 @@ namespace lib {
|
||||
#ifdef _WEBSOCKETPP_CPP11_THREAD_
|
||||
using std::mutex;
|
||||
using std::lock_guard;
|
||||
using std::thread;
|
||||
#else
|
||||
using boost::mutex;
|
||||
using boost::lock_guard;
|
||||
using boost::thread;
|
||||
#endif
|
||||
|
||||
} // namespace lib
|
||||
|
||||
Reference in New Issue
Block a user