From: Wolfgang Bangerth Date: Thu, 29 Mar 2018 01:31:07 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.0.0-rc1~259^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6114%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20180328Bangerth b/doc/news/changes/minor/20180328Bangerth new file mode 100644 index 0000000000..cdd00c2834 --- /dev/null +++ b/doc/news/changes/minor/20180328Bangerth @@ -0,0 +1,8 @@ +Fixed: Threads::Thread and Threads::Task objects can now also be +used when @p T is a type that is only move-constructable or movable, +but not necessarily copy-constructible or copyable. Consequently, one +can now also call functions that return such objects on tasks and +threads. In particular, this is relevant for functions that return +std::unique_ptr objects that have this property. +
+(Wolfgang Bangerth, 2018/03/28)