Skip to content

Commit 2a07c13

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[over.ics.rank] Change "function lvalue" to "lvalue of function type"
1 parent ce31d42 commit 2a07c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/overloading.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,8 +2773,8 @@
27732773

27742774
\item
27752775
\tcode{S1} and \tcode{S2} include reference bindings\iref{dcl.init.ref} and
2776-
\tcode{S1} binds an lvalue reference to a function lvalue and \tcode{S2} binds
2777-
an rvalue reference to a function lvalue
2776+
\tcode{S1} binds an lvalue reference to an lvalue of function type and
2777+
\tcode{S2} binds an rvalue reference to an lvalue of function type
27782778
\begin{example}
27792779
\begin{codeblock}
27802780
int f(void(&)()); // \#1

0 commit comments

Comments
 (0)