From 10919659acb2f40ef39cde5148c7d453e4a15d81 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Sep 2018 08:00:18 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20180927Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20180927Bangerth diff --git a/doc/news/changes/minor/20180927Bangerth b/doc/news/changes/minor/20180927Bangerth new file mode 100644 index 0000000000..5a78f23fe1 --- /dev/null +++ b/doc/news/changes/minor/20180927Bangerth @@ -0,0 +1,9 @@ +Deprecated: The Threads::Mutex class is now derived from +std::mutex. As a consequence, the Threads::Mutex::ScopedLock class is +now no longer necessary and is deprecated in favor of std::lock_guard +or any of the other similar classes provided by C++11 and +later. Similarly, the Threads::Mutex::acquire() and +Threads::Mutex::release() functions are deprecated in favor of the +corresponding functions in the std::mutex base class. +
+(Wolfgang Bangerth, 2018/09/27) -- 2.39.5