Skip to content

Commit

Permalink
[over.ics.rank] Change "function lvalue" to "lvalue of function type"
Browse files Browse the repository at this point in the history
  • Loading branch information
frederick-vs-ja authored and tkoeppe committed Apr 16, 2024
1 parent ce31d42 commit 2a07c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/overloading.tex
Expand Up @@ -2773,8 +2773,8 @@

\item
\tcode{S1} and \tcode{S2} include reference bindings\iref{dcl.init.ref} and
\tcode{S1} binds an lvalue reference to a function lvalue and \tcode{S2} binds
an rvalue reference to a function lvalue
\tcode{S1} binds an lvalue reference to an lvalue of function type and
\tcode{S2} binds an rvalue reference to an lvalue of function type
\begin{example}
\begin{codeblock}
int f(void(&)()); // \#1
Expand Down

0 comments on commit 2a07c13

Please sign in to comment.