Reputation: 20766
In which version of library boost::lock_guard was moved from "boost/thread/locks.hpp" to "boost/thread/lock_guard.hpp"?
boost::lock_guard
Upvotes: 0
Views: 257
Reputation: 76775
Checking the beautiful Boost online versioned documentation leads me to believe there was a change from version 1.52.0 to version 1.53.0. I doubt it was "moved" though. It seems to me that including locks.hpp will now just include lock_guard.hpp.
locks.hpp
lock_guard.hpp
Upvotes: 4