From Jason Turner

[unique.ptr.runtime]

Diff to HTML by rtfpessoa

tmp/tmpb8umilyp/{from.md → to.md} RENAMED
@@ -152,11 +152,11 @@ constexpr void reset(nullptr_t p = nullptr) noexcept;
152
  ```
153
 
154
  *Effects:* Equivalent to `reset(pointer())`.
155
 
156
  ``` cpp
157
- constexpr template<class U> void reset(U p) noexcept;
158
  ```
159
 
160
  This function behaves the same as the `reset` member of the primary
161
  template.
162
 
 
152
  ```
153
 
154
  *Effects:* Equivalent to `reset(pointer())`.
155
 
156
  ``` cpp
157
+ template<class U> constexpr void reset(U p) noexcept;
158
  ```
159
 
160
  This function behaves the same as the `reset` member of the primary
161
  template.
162