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 6670
6670
\begin {codeblock }
6671
6671
static_assert(std::meta::is_type(^^int())); // \tcode {\caret\caret } applies to the type-id \tcode {int()}
6672
6672
6673
- template<bool>struct X {};
6673
+ template<bool> struct X {};
6674
6674
consteval bool operator<(std::meta::info, X<false>) { return false; }
6675
6675
consteval void g(std::meta::info r, X<false> xv) {
6676
6676
r == ^^int && true; // error: \tcode {\caret\caret } applies to the \grammarterm {type-id} \tcode {int\&\& }
6692
6692
If a \grammarterm {reflect-expression} $ R$ matches
6693
6693
the form \tcode {\caret\caret \grammarterm {reflection-name}},
6694
6694
it is interpreted as such;
6695
- the identifier is looked up and
6695
+ the \grammarterm { identifier} is looked up and
6696
6696
the representation of $ R$ is determined as follows:
6697
6697
\begin {itemize }
6698
6698
\item
You can’t perform that action at this time.
0 commit comments