From 95b69d03cfe44ac39ccad52ce20085552d406b72 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leroy Date: Sun, 16 Jul 2023 17:05:56 -0400 Subject: [PATCH] virtual_shared_ptr --- reference.in/virtual_ptr.cpp | 4 ++-- reference/virtual_ptr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference.in/virtual_ptr.cpp b/reference.in/virtual_ptr.cpp index 4beaf97d..47f970b3 100644 --- a/reference.in/virtual_ptr.cpp +++ b/reference.in/virtual_ptr.cpp @@ -54,7 +54,7 @@ manipulations of the reference count. | | | | ----------------------------- | ---------------------------- | -| ([constructor](#virtual_ptr)) | constructs a new virtual_ptr | +| ([constructor](#constructor)) | constructs a new virtual_ptr | ### observers @@ -70,7 +70,7 @@ manipulations of the reference count. | | | | ------------------------------------------------- | ------------------------- | -| [template>class Other< final(Other& obj)](#final) | returns a new virtual_ptr | +| [`template final(Other& obj)`](#final) | returns a new virtual_ptr | ## Non member types diff --git a/reference/virtual_ptr.md b/reference/virtual_ptr.md index 1dfe9266..8c20c976 100644 --- a/reference/virtual_ptr.md +++ b/reference/virtual_ptr.md @@ -47,7 +47,7 @@ manipulations of the reference count. | | | | ----------------------------- | ---------------------------- | -| ([constructor](#virtual_ptr)) | constructs a new virtual_ptr | +| ([constructor](#constructor)) | constructs a new virtual_ptr | ### observers @@ -63,7 +63,7 @@ manipulations of the reference count. | | | | ------------------------------------------------- | ------------------------- | -| [template>class Other< final(Other& obj)](#final) | returns a new virtual_ptr | +| [`template final(Other& obj)`](#final) | returns a new virtual_ptr | ## Non member types