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-22 15:22:11 +0900 |
commit | bfb6a86ee22664339e8922e55216d12e1a5b2008 (patch) | |
tree | 581faaa72b0d515a3e87c6d315c21efec779b9f4 /krdc/smartptr.h | |
parent | 1329ec6abbcb7b79cd960e0ca138f16598d5f11f (diff) | |
download | tdenetwork-bfb6a86ee22664339e8922e55216d12e1a5b2008.tar.gz tdenetwork-bfb6a86ee22664339e8922e55216d12e1a5b2008.zip |
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krdc/smartptr.h')
-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 |