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;
195195</pre >
196196<blockquote >
197197[… ]
198- <p >-7- <i >Effects</i >:
198+ <p >
199+ -7- <i >Effects</i >:
199200Initializes <tt ><i >bound-entity</i ></tt > with <tt >addressof(f)</tt >
200201and <tt ><i >thunk-ptr</i ></tt > with the address of a function <tt ><i >thunk</i ></tt > such that
201202<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
204205</p >
205206<p >
206207<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
208209may initialize <tt ><i >bound-entity</i ></tt > with <tt ><i >bound-entity</i ></tt > of <tt >f</tt >.
209210[<i >Example:</i >:</ins >
210211</p >
You can’t perform that action at this time.
0 commit comments