Skip to content

Commit 1268aa0

Browse files
committed
[meta.unary.prop] Fix typo 'remove_all_extents<T>' which should say
'remove_all_extents_t<T>', introduced editorially in commit 7997487. Fixes #1644.
1 parent 8365524 commit 1268aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16055,7 +16055,7 @@
1605516055
is well-formed
1605616056
when treated as an unevaluated operand (Clause \ref{expr}),
1605716057
where \tcode{U} is
16058-
\tcode{remove_all_extents<T>}. &
16058+
\tcode{remove_all_extents_t<T>}. &
1605916059
\tcode{T} shall be a complete type, \cv{}~\tcode{void},
1606016060
or an array of unknown bound. \\ \rowsep
1606116061

0 commit comments

Comments
 (0)