Skip to content

Commit 4726d67

Browse files
authored
[dcl.type.auto.deduct] Change "occurrences" to "occurrence" (#7644)
This appears to be a misapplication of N1984, which contains the wording "Obtain `P` from `T` by replacing the occurrence of `auto` with a new invented type template parameter `U`."
1 parent 0b41c12 commit 4726d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@
21392139
shall precede\iref{basic.lookup.general}
21402140
the \grammarterm{placeholder-type-specifier}.
21412141
Obtain \tcode{P} from
2142-
\tcode{T} by replacing the occurrences of
2142+
\tcode{T} by replacing the occurrence of
21432143
\opt{\grammarterm{type-constraint}} \keyword{auto} either with
21442144
a new invented type template parameter \tcode{U} or,
21452145
if the initialization is copy-list-initialization, with

0 commit comments

Comments
 (0)