From d580db67efcd6dc137e58a631c00cb75e7bac8b2 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Sat, 27 Sep 2025 10:52:22 +0200 Subject: [PATCH] [meta.reflection.define.aggregate] Replace "is_enumeration_type" with "is_enum_type" This fixes a wording bug in P2996R13. --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index e848e048f8..474ef233ca 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -6443,7 +6443,7 @@ if \tcode{options.bit_width} contains a value $V$, then \begin{itemize} \item - \tcode{is_integral_type(type) || is_enumeration_type(type)} is \tcode{true}, + \tcode{is_integral_type(type) || is_enum_type(type)} is \tcode{true}, \item \tcode{options.alignment} does not contain a value, \item