From 3cebdd671cb4c7a20a4cf74f8c3f489afb6f88aa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Sep 2018 16:29:00 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20180927Bangerth-4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20180927Bangerth-4 diff --git a/doc/news/changes/minor/20180927Bangerth-4 b/doc/news/changes/minor/20180927Bangerth-4 new file mode 100644 index 0000000000..eb34cf5acf --- /dev/null +++ b/doc/news/changes/minor/20180927Bangerth-4 @@ -0,0 +1,9 @@ +Removed: The Threads::DummyMutex, Threads::DummyConditionVariable, and +Threads::DummyThreadBarrier classes have been removed. These were only +used if deal.II was compiled without thread support, in which case +certain functionality from the TBB was not available. But the +implementations of the underlying functionality is now unconditionally +available via the C++11 standard library, and so we don't need the +dummy implementations any more. +
+(Wolfgang Bangerth, 2018/09/27) -- 2.39.5