diff options
author | Michele Calgaro <[email protected]> | 2024-01-23 12:47:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-07 00:06:53 +0900 |
commit | 12c95f5db577785d29c51643f20fe2c8700af7cb (patch) | |
tree | 8845a757afbec274baf0ed3c677df1b43b52459a /languages/cpp/doc/cppannotations.toc | |
parent | c8d7b46522918fbb19e77e7a12d7c1d0ed9ae390 (diff) | |
download | tdevelop-12c95f5db577785d29c51643f20fe2c8700af7cb.tar.gz tdevelop-12c95f5db577785d29c51643f20fe2c8700af7cb.zip |
Replace auto_ptr
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'languages/cpp/doc/cppannotations.toc')
-rw-r--r-- | languages/cpp/doc/cppannotations.toc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/languages/cpp/doc/cppannotations.toc b/languages/cpp/doc/cppannotations.toc index 7631c681..15cb3367 100644 --- a/languages/cpp/doc/cppannotations.toc +++ b/languages/cpp/doc/cppannotations.toc @@ -433,7 +433,6 @@ <tocsect3 name="18.3.4: Pointing to a newly allocated object" url="cplusplus18.html#l324"/> <tocsect3 name="18.3.5: Operators and members" url="cplusplus18.html#l325"/> <tocsect3 name="18.3.6: Using `unique_ptr' objects for arrays" url="cplusplus18.html#l326"/> - <tocsect3 name="18.3.7: The legacy class 'auto_ptr' (deprecated)" url="cplusplus18.html#l327"/> </tocsect2> <tocsect2 name="18.4: The class 'shared_ptr'" url="cplusplus18.html#l328"> <tocsect3 name="18.4.1: Defining `shared_ptr' objects" url="cplusplus18.html#l329"/> |