tmp/tmp81fcrjae/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
##### Destructor <a id="util.smartptr.shared.dest">[[util.smartptr.shared.dest]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
~shared_ptr();
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:*
|
| 8 |
|
| 9 |
- If `*this` is empty or shares ownership with another `shared_ptr`
|
|
|
|
| 1 |
##### Destructor <a id="util.smartptr.shared.dest">[[util.smartptr.shared.dest]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
constexpr ~shared_ptr();
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:*
|
| 8 |
|
| 9 |
- If `*this` is empty or shares ownership with another `shared_ptr`
|