From e53961352308b76dd2723cff770075e3bf9b472f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 28 Mar 2018 19:31:07 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20180328Bangerth | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/minor/20180328Bangerth 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) -- 2.39.5