adds lib::thread

This commit is contained in:
Peter Thorson
2013-04-23 12:32:13 -05:00
parent 5f87341e9e
commit a10a5a7bcd

View File

@@ -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