From Jason Turner

[unique.ptr.runtime.modifiers]

Diff to HTML by rtfpessoa

tmp/tmpd3l387cc/{from.md → to.md} RENAMED
@@ -5,11 +5,11 @@ constexpr void reset(nullptr_t p = nullptr) noexcept;
5
  ```
6
 
7
  *Effects:* Equivalent to `reset(pointer())`.
8
 
9
  ``` cpp
10
- constexpr template<class U> void reset(U p) noexcept;
11
  ```
12
 
13
  This function behaves the same as the `reset` member of the primary
14
  template.
15
 
 
5
  ```
6
 
7
  *Effects:* Equivalent to `reset(pointer())`.
8
 
9
  ``` cpp
10
+ template<class U> constexpr void reset(U p) noexcept;
11
  ```
12
 
13
  This function behaves the same as the `reset` member of the primary
14
  template.
15