Skip to content

Commit

Permalink
Add a changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Jun 30, 2023
1 parent 78bf44c commit f608957
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/news/changes/minor/20230630Bangerth
Original file line number Diff line number Diff line change
@@ -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.
<br>
(Wolfgang Bangerth, 2023/06/30)

0 comments on commit f608957

Please sign in to comment.