diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-22 15:19:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-23 09:51:43 +0900 |
commit | 5d85a610bd02473cbcb1fe25f02c6590b31b6be0 (patch) | |
tree | c32ca7af5b6ccbf66602cb1cf42cd182dad9b999 /krdc | |
parent | 40393e30bb743346b6b40bf130da35419c12ebdc (diff) | |
download | tdenetwork-5d85a610bd02473cbcb1fe25f02c6590b31b6be0.tar.gz tdenetwork-5d85a610bd02473cbcb1fe25f02c6590b31b6be0.zip |
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bfb6a86ee22664339e8922e55216d12e1a5b2008)
Diffstat (limited to 'krdc')
-rw-r--r-- | krdc/smartptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/smartptr.h b/krdc/smartptr.h index 49fa25c2..1eff196e 100644 --- a/krdc/smartptr.h +++ b/krdc/smartptr.h @@ -50,7 +50,7 @@ struct SmartPtrRefCount { * deletes the object. * * The recommended way to use SmartPtr and @ref WeakPtr is to use SmartPtr - * for all aggregations and WeakPtr for associations. Unlike auto_ptr, + * for all aggregations and WeakPtr for associations. * SmartPtr can be used in collections. * * SmartPtr is not thread-safe. All instances of SmartPtrs pointing |