Skip to content

Commit c85cdf2

Browse files
eisenwavejwakely
authored andcommitted
[meta.reflection.define.aggregate] Replace "is_enumeration_type" with "is_enum_type"
This fixes a wording bug in P2996R13.
1 parent b9d7470 commit c85cdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6443,7 +6443,7 @@
64436443
if \tcode{options.bit_width} contains a value $V$, then
64446444
\begin{itemize}
64456445
\item
6446-
\tcode{is_integral_type(type) || is_enumeration_type(type)} is \tcode{true},
6446+
\tcode{is_integral_type(type) || is_enum_type(type)} is \tcode{true},
64476447
\item
64486448
\tcode{options.alignment} does not contain a value,
64496449
\item

0 commit comments

Comments
 (0)