Skip to content

Commit a55af53

Browse files
committed
[meta.reflection.access.context] Remove stray "static" in declaration of "via"
Fixes NB US 101-208 (C++26 CD).
1 parent 3c0ac90 commit a55af53

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)