From Jason Turner

[unique.ptr.single.observers]

Diff to HTML by rtfpessoa

tmp/tmpz73w8opf/{from.md → to.md} RENAMED
@@ -14,11 +14,12 @@ pointer operator->() const noexcept;
14
 
15
  *Requires:* `get() != nullptr`.
16
 
17
  *Returns:* `get()`.
18
 
19
- *Note:* use typically requires that `T` be a complete type.
 
20
 
21
  ``` cpp
22
  pointer get() const noexcept;
23
  ```
24
 
 
14
 
15
  *Requires:* `get() != nullptr`.
16
 
17
  *Returns:* `get()`.
18
 
19
+ [*Note 4*: The use of this function typically requires that `T` be a
20
+ complete type. — *end note*]
21
 
22
  ``` cpp
23
  pointer get() const noexcept;
24
  ```
25