From 2cb540c9e3016d250fcbc8ba28fecbd6f242508d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Jun 2023 11:44:28 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20230630Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20230630Bangerth diff --git a/doc/news/changes/minor/20230630Bangerth b/doc/news/changes/minor/20230630Bangerth new file mode 100644 index 0000000000..fd5b51ed76 --- /dev/null +++ b/doc/news/changes/minor/20230630Bangerth @@ -0,0 +1,7 @@ +Fixed: It was previously possible to access the return value of a +Threads::Task object if the underlying task had ended with an +exception. But that return value was not initialized. This is now +checked: You can no longer call Threads::Task::return_value() after an +exception. +
+(Wolfgang Bangerth, 2023/06/30) -- 2.39.5