Skip to content

Commit 0c57299

Browse files
authored
[meta.reflection.access.context] Remove stray "static" in declaration of "via"
This is a misapplication of P2996R13.
1 parent 3c0ac90 commit 0c57299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5222,7 +5222,7 @@
52225222
\end{itemdescr}
52235223

52245224
\begin{itemdecl}
5225-
static consteval access_context @\libmember{via}{access_context}@(info cls) const;
5225+
consteval access_context @\libmember{via}{access_context}@(info cls) const;
52265226
\end{itemdecl}
52275227

52285228
\begin{itemdescr}

0 commit comments

Comments
 (0)