File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,8 @@ template<class F> constexpr function_ref(F&&) noexcept;
195
195
</pre >
196
196
<blockquote >
197
197
[… ]
198
- <p >-7- <i >Effects</i >:
198
+ <p >
199
+ -7- <i >Effects</i >:
199
200
Initializes <tt ><i >bound-entity</i ></tt > with <tt >addressof(f)</tt >
200
201
and <tt ><i >thunk-ptr</i ></tt > with the address of a function <tt ><i >thunk</i ></tt > such that
201
202
<tt ><i >thunk</i >(<i >bound-entity</i >, <i >call-args</i >...)</tt > is expression-equivalent
@@ -204,7 +205,7 @@ and <tt><i>thunk-ptr</i></tt> with the address of a function <tt><i>thunk</i></t
204
205
</p >
205
206
<p >
206
207
<ins >-?- <i >Remarks</i >:
207
- If <tt >remove_cveref_t< F> </tt > is specialization of <tt >function_ref</tt > implementation
208
+ If <tt >remove_cveref_t< F> </tt > is a specialization of <tt >function_ref</tt > an implementation
208
209
may initialize <tt ><i >bound-entity</i ></tt > with <tt ><i >bound-entity</i ></tt > of <tt >f</tt >.
209
210
[<i >Example:</i >:</ins >
210
211
</p >
You can’t perform that action at this time.
0 commit comments