From Jason Turner

[util.smartptr.weak.dest]

Diff to HTML by rtfpessoa

tmp/tmpi9mxi8rl/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  ##### Destructor <a id="util.smartptr.weak.dest">[[util.smartptr.weak.dest]]</a>
2
 
3
  ``` cpp
4
- ~weak_ptr();
5
  ```
6
 
7
  *Effects:* Destroys this `weak_ptr` object but has no effect on the
8
  object its stored pointer points to.
9
 
 
1
  ##### Destructor <a id="util.smartptr.weak.dest">[[util.smartptr.weak.dest]]</a>
2
 
3
  ``` cpp
4
+ constexpr ~weak_ptr();
5
  ```
6
 
7
  *Effects:* Destroys this `weak_ptr` object but has no effect on the
8
  object its stored pointer points to.
9