]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Undo the changes to the changelog files. 17689/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 12 Sep 2024 16:40:18 +0000 (10:40 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 12 Sep 2024 16:40:18 +0000 (10:40 -0600)
doc/news/3.4.0-vs-4.0.0.h
doc/news/5.1.0-vs-5.2.0.h
doc/news/5.2.0-vs-6.0.0.h
doc/news/9.0.1-vs-9.1.0.h

index ae7ddd18e6d66aa09dcf2b7a2b99b70eff04307b..a1913df9fdc419c0e3bed00aa6922a4444056ea4 100644 (file)
@@ -385,7 +385,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 
   <li> <p>
        Fixed: The <code>Subscriptor</code> uses a counter to
-       count how many <code>ObserverPointer</code> objects subscribe
+       count how many <code>SmartPointer</code> objects subscribe
        to the pointed-to object. This counter needs to be a volatile variable
        in multithreaded mode, to avoid false compiler optimizations based on
        the assumption that the variable cannot change between two subsequent
index c690a9e4e493981397ce072f18ae2355503ab9d9..dffcaa9eefe24b7e12f7c4182024ae1e41450938 100644 (file)
@@ -494,7 +494,7 @@ inconvenience this causes.
        New: Class <code>Subscriptor</code> receives a
        text argument allowing to identify the violating pointer more
        easily. The additional feature is being incorporated into <code
-       class="class">ObserverPointer</code> constructors throughout the
+       class="class">SmartPointer</code> constructors throughout the
        library.
        <br>
        (GK, 2005/03/16)
index 1faa2fe8a1603cfd4d575087ca3c7ddee9388000..46ee07061ce81ad57886f1592a1503ecc9b3e30a 100644 (file)
@@ -552,7 +552,7 @@ inconvenience this causes.
        (WB 2006/08/02)
        </p>
 
-  <li> <p> Changed: When there is still a <code>ObserverPointer</code> object
+  <li> <p> Changed: When there is still a <code>SmartPointer</code> object
        pointing to another object at the time it is destroyed, this would cause
        the program to be aborted. However, there are cases where this is not
        desirable, for example here:
index 25ee0ee089a2135aa53bc684050afb4081f453a2..f46900ce49cb5622478900e1690ef73dda08ec0f 100644 (file)
@@ -684,7 +684,7 @@ inconvenience this causes.
  </li>
 
  <li>
-  Changed: ObserverPointer and Subscriptor use a `std::string`
+  Changed: SmartPointer and Subscriptor use a `std::string`
   instead of a `const char *` for subscriber identification. As a result,
   subscriber strings are no longer compared by their memory address but instead
   by their content.
@@ -1287,10 +1287,10 @@ inconvenience this causes.
  </li>
 
  <li>
-  Changed: The class Subscriptor and ObserverPointer check for dangling pointers and
+  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 ObserverPointer object.
+  dereferencing the SmartPointer object.
   <br>
   (Daniel Arndt, 2018/11/02)
  </li>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.