From bfb6a86ee22664339e8922e55216d12e1a5b2008 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 22 Jan 2024 15:19:33 +0900 Subject: Replace auto_ptr Signed-off-by: Michele Calgaro --- krdc/smartptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krdc') 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 -- cgit v1.2.1