mirror of
https://github.com/boostorg/pool.git
synced 2026-01-29 19:52:13 +00:00
if compiled for C++11 etc. use std::mutex. drawback of boost::mutex is that boost.thread depends on boost.system (requires linking against boost.system). boost.system is already part of C++11.