Skip to content

Commit ffcf9b7

Browse files
committed
P2589R1 static operator[]
Fixes NB CA 065 (C++23 CD).
1 parent 0aefeed commit ffcf9b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/overloading.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,8 +3430,8 @@
34303430

34313431
\pnum
34323432
A \defnadj{subscripting}{operator function}
3433-
is a function named \tcode{\keyword{operator}[]}
3434-
that is a non-static member function with an arbitrary number of parameters.
3433+
is a member function named \tcode{\keyword{operator}[]}
3434+
with an arbitrary number of parameters.
34353435
It may have default arguments.
34363436
For an expression of the form
34373437
\begin{ncsimplebnf}

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@
18291829
\defnxname{cpp_inline_variables} & \tcode{201606L} \\ \rowsep
18301830
\defnxname{cpp_lambdas} & \tcode{200907L} \\ \rowsep
18311831
\defnxname{cpp_modules} & \tcode{201907L} \\ \rowsep
1832-
\defnxname{cpp_multidimensional_subscript} & \tcode{202110L} \\ \rowsep
1832+
\defnxname{cpp_multidimensional_subscript} & \tcode{202211L} \\ \rowsep
18331833
\defnxname{cpp_named_character_escapes} & \tcode{202207L} \\ \rowsep
18341834
\defnxname{cpp_namespace_attributes} & \tcode{201411L} \\ \rowsep
18351835
\defnxname{cpp_noexcept_function_type} & \tcode{201510L} \\ \rowsep

0 commit comments

Comments
 (0)