Skip to content

Commit 4a0fd9a

Browse files
opensdhzygoloid
authored andcommitted
[over.match.class.deduct] Supply missing word
1 parent 37d2e59 commit 4a0fd9a

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
@@ -1777,7 +1777,7 @@
17771777
template<class V> requires deduces_A<C<V *, V *>>
17781778
auto f1_prime(V *, V*) -> C<V *, V *>;
17791779

1780-
// \tcode{f2} is formed the deduction-guide \#2 of \tcode{C}
1780+
// \tcode{f2} is formed from the deduction-guide \#2 of \tcode{C}
17811781
template<class T, class U> auto f2(T, U) -> C<T, std::type_identity_t<U>>;
17821782

17831783
// Deducing arguments for \tcode{C<T, std::type_identity_t<U>>} from \tcode{C<V *, V*>} deduces \tcode{T} as \tcode{V *};

0 commit comments

Comments
 (0)