Skip to content

Commit 9e47cd3

Browse files
committed
[over.match.class.deduct] Fix wording in example to "introduced guides"
1 parent 859861b commit 9e47cd3

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
@@ -1325,7 +1325,7 @@
13251325
using B<int>::B;
13261326
};
13271327

1328-
E e(42); // error: deduction failed, arguments of \tcode{E} cannot be deduced from guides introduced
1328+
E e(42); // error: deduction failed, arguments of \tcode{E} cannot be deduced from introduced guides
13291329

13301330
template <typename T, typename U, typename V> struct F {
13311331
F(T, U, V);

0 commit comments

Comments
 (0)