Skip to content

Commit bfa0e69

Browse files
opensdhzygoloid
authored andcommitted
[over.match.class.deduct] Use "deduces"
...for consistency in example
1 parent 80f2c46 commit bfa0e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/overloading.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@
17371737
T t;
17381738
};
17391739

1740-
E e1 = {1, 2}; // OK, \tcode{E<int>} deduced
1740+
E e1 = {1, 2}; // OK, deduces \tcode{E<int>}
17411741
\end{codeblock}
17421742
\end{example}
17431743

0 commit comments

Comments
 (0)