File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6400
6400
if \tcode {options.name} contains a value, then:
6401
6401
\begin {itemize }
6402
6402
\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} )}
6405
6405
contains a valid identifier\iref {lex.name }
6406
6406
that is not a keyword\iref {lex.key }
6407
6407
when interpreted with UTF-8, or
6408
6408
\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} )}
6411
6411
contains a valid identifier\iref {lex.name }
6412
6412
that is not a keyword\iref {lex.key }
6413
6413
when interpreted with the ordinary literal encoding;
You can’t perform that action at this time.
0 commit comments