File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ to be run.
4444* [ Grouped] expressions.
4545* [ Cast] expressions, except pointer to address and
4646 function pointer to address casts.
47- * Calls of const functions and const methods.
47+ * Calls of [ const functions] and const methods.
4848
4949## Const context
5050
@@ -69,6 +69,7 @@ A _const context_ is one of the following:
6969[ cast ] : expressions/operator-expr.html#type-cast-expressions
7070[ closure expressions ] : expressions/closure-expr.html
7171[ comparison ] : expressions/operator-expr.html#comparison-operators
72+ [ const functions ] : items/functions.html#const-functions
7273[ constants ] : items/constant-items.html
7374[ dereference operator ] : expressions/operator-expr.html#the-dereference-operator
7475[ destructors ] : destructors.html
You can’t perform that action at this time.
0 commit comments