Skip to content

Commit 6f0f0c0

Browse files
committed
[meta.reflection.access.context] Remove 'static' from via itemdecl
This was a misapplication of the incoming paper.
1 parent 1eef4ac commit 6f0f0c0

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)