From 68c9a051b67fe019eefbafa510e105c7427d5241 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 26 May 2020 18:37:42 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/incompatibilities/20200526Bangerth | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20200526Bangerth diff --git a/doc/news/changes/incompatibilities/20200526Bangerth b/doc/news/changes/incompatibilities/20200526Bangerth new file mode 100644 index 0000000000..bc378337a7 --- /dev/null +++ b/doc/news/changes/incompatibilities/20200526Bangerth @@ -0,0 +1,8 @@ +Removed: The Threads::Task class had an `operator==` that allowed +comparing objects of this type for equality. This operator has been +removed. If you want to store objects of this kind in a collection +that requires this kind of operator (say, `std::set`), then you +probably can't do so any more in a reasonable way. However, this is +exactly what the Threads::TaskGroup class is there for. +
+(Wolfgang Bangerth, 2020/05/26) -- 2.39.5