Skip to content

Commit c914b3b

Browse files
authored
[meta.reflection.access.context] Remove stray "static" in declaration of "via" (#8272)
A misapplication of P2996R13. Fixes NB US 101-208 (C++26 CD).
1 parent 7fffa1f commit c914b3b

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)