From: Daniel Arndt Date: Fri, 2 Nov 2018 12:39:53 +0000 (+0100) Subject: Changelog entries X-Git-Tag: v9.1.0-rc1~581^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7363%2Fhead;p=dealii.git Changelog entries --- diff --git a/doc/news/changes/incompatibilities/20181102DanielArndt b/doc/news/changes/incompatibilities/20181102DanielArndt new file mode 100644 index 0000000000..f4a6992221 --- /dev/null +++ b/doc/news/changes/incompatibilities/20181102DanielArndt @@ -0,0 +1,5 @@ +Changed: The constructor for Subscriptor requires providing a pointer to a boolean +that can be used to signal validity of the object pointed to by the subscribing +object. +
+(Daniel Arndt, 2018/11/02) diff --git a/doc/news/changes/minor/20181102DanielArndt b/doc/news/changes/minor/20181102DanielArndt new file mode 100644 index 0000000000..5e15b9007f --- /dev/null +++ b/doc/news/changes/minor/20181102DanielArndt @@ -0,0 +1,6 @@ +Changed: The class Subscriptor and SmartPointer check for dangling pointers and +use-after-move. The destructor of Subscriptor doesn't signal an error when there +is still an object subscribed to it. Instead, validity is checked when +dereferencing the SmartPointer object. +
+(Daniel Arndt, 2018/11/02)