File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ even if the corresponding parameter is not of reference type.
6767<note >2024-05-21; Tomasz's comment and upates proposed resolution</note >
6868
6969<p >
70- After implementing double indirecation avoidance in the libstdc++, I have realized
70+ After implementing double indirection avoidance in the libstdc++, I have realized
7171that above wording change is insufficient to cover all user observable effects of
72- the change. Revelant quiote from the <a href =" https://gcc.gnu.org/pipermail/libstdc++/2025-May/061561.html" >
73- Avoid double indirection in function_ref</a > from libsdc ++ mailing lists:
72+ the change. Revelant quote from the <a href =" https://gcc.gnu.org/pipermail/libstdc++/2025-May/061561.html" >
73+ Avoid double indirection in function_ref</a > from libstdc ++ mailing lists:
7474</p >
7575
7676<blockquote >
@@ -160,7 +160,7 @@ wrapper.
160160<p >
161161The updated resolution allows indirection but making it unspecified if
162162<tt >function_ref</tt > constructed from other <tt >function_ref</tt > specialization,
163- will reffer to source object or it's target.
163+ will refer to source object or its target.
164164</p >
165165
166166</discussion >
You can’t perform that action at this time.
0 commit comments