From: Wolfgang Bangerth Date: Wed, 27 May 2020 00:37:42 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v9.3.0-rc1~1547^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c9a051b67fe019eefbafa510e105c7427d5241;p=dealii.git Add changelog entry. --- 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)