File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66706670\begin {codeblock }
66716671static_assert(std::meta::is_type(^^int())); // \tcode {\caret\caret } applies to the type-id \tcode {int()}
66726672
6673- template<bool>struct X {};
6673+ template<bool> struct X {};
66746674consteval bool operator<(std::meta::info, X<false>) { return false; }
66756675consteval void g(std::meta::info r, X<false> xv) {
66766676 r == ^^int && true; // error: \tcode {\caret\caret } applies to the \grammarterm {type-id} \tcode {int\&\& }
66926692If a \grammarterm {reflect-expression} $ R$ matches
66936693the form \tcode {\caret\caret \grammarterm {reflection-name}},
66946694it is interpreted as such;
6695- the identifier is looked up and
6695+ the \grammarterm { identifier} is looked up and
66966696the representation of $ R$ is determined as follows:
66976697\begin {itemize }
66986698\item
You can’t perform that action at this time.
0 commit comments