We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce31d42 commit 2a07c13Copy full SHA for 2a07c13
source/overloading.tex
@@ -2773,8 +2773,8 @@
2773
2774
\item
2775
\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
+\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
2778
\begin{example}
2779
\begin{codeblock}
2780
int f(void(&)()); // \#1
0 commit comments