Skip to content

Commit

Permalink
virtual_shared_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Jul 16, 2023
1 parent 473743c commit 95b69d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions reference.in/virtual_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -70,7 +70,7 @@ manipulations of the reference count.

| | |
| ------------------------------------------------- | ------------------------- |
| [template>class Other< final(Other& obj)](#final) | returns a new virtual_ptr |
| [`template<class Other> final(Other& obj)`](#final) | returns a new virtual_ptr |


## Non member types
Expand Down
4 changes: 2 additions & 2 deletions reference/virtual_ptr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -63,7 +63,7 @@ manipulations of the reference count.
| | |
| ------------------------------------------------- | ------------------------- |
| [template&gt;class Other&lt; final(Other& obj)](#final) | returns a new virtual_ptr |
| [`template<class Other> final(Other& obj)`](#final) | returns a new virtual_ptr |
## Non member types
Expand Down

0 comments on commit 95b69d0

Please sign in to comment.