From: guido Date: Mon, 6 Mar 2000 20:25:35 +0000 (+0000) Subject: Comment clearer X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b459d71be4d366d2f60782a1271af6fe1f532804;p=dealii-svn.git Comment clearer git-svn-id: https://svn.dealii.org/trunk@2557 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index 2b6a27335f..399af9c543 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -86,7 +86,10 @@ class SmartPointer * pointers. The pointer * subscribes to the new object * automatically and unsubscribes - * to an old one if it exists. + * to an old one if it exists. It + * will not try to subscribe to a + * null-pointer, but stilll + * delete the old subscription. */ SmartPointer & operator= (T *tt);