From: Guido Kanschat Date: Mon, 6 Mar 2000 20:25:35 +0000 (+0000) Subject: Comment clearer X-Git-Tag: v8.0.0~20810 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68993a72c921a934565002229b0517a3025fab7e;p=dealii.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);