Skip to content

Commit b6ea0f4

Browse files
committed
[meta.reflection.define.aggregate] Add missing \exposid
1 parent f5d3c63 commit b6ea0f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/meta.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6400,14 +6400,14 @@
64006400
if \tcode{options.name} contains a value, then:
64016401
\begin{itemize}
64026402
\item
6403-
\tcode{holds_alternative<u8string>(options.name->contents)} is \tcode{true}
6404-
and \tcode{get<u8string>(\brk{}options.name->\brk{}contents)}
6403+
\tcode{holds_alternative<u8string>(options.name->\exposid{contents})} is \tcode{true}
6404+
and \tcode{get<u8string>(\brk{}options.name->\exposid{contents})}
64056405
contains a valid identifier\iref{lex.name}
64066406
that is not a keyword\iref{lex.key}
64076407
when interpreted with UTF-8, or
64086408
\item
6409-
\tcode{holds_alternative<string>(options.name->contents)} is \tcode{true}
6410-
and \tcode{get<string>(\newline options.name->contents)}
6409+
\tcode{holds_alternative<string>(options.name->\exposid{contents})} is \tcode{true}
6410+
and \tcode{get<string>(opt\-ions.name->\exposid{contents})}
64116411
contains a valid identifier\iref{lex.name}
64126412
that is not a keyword\iref{lex.key}
64136413
when interpreted with the ordinary literal encoding;

0 commit comments

Comments
 (0)