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.
44
44
* [ Grouped] expressions.
45
45
* [ Cast] expressions, except pointer to address and
46
46
function pointer to address casts.
47
- * Calls of const functions and const methods.
47
+ * Calls of [ const functions] and const methods.
48
48
49
49
## Const context
50
50
@@ -69,6 +69,7 @@ A _const context_ is one of the following:
69
69
[ cast ] : expressions/operator-expr.html#type-cast-expressions
70
70
[ closure expressions ] : expressions/closure-expr.html
71
71
[ comparison ] : expressions/operator-expr.html#comparison-operators
72
+ [ const functions ] : items/functions.html#const-functions
72
73
[ constants ] : items/constant-items.html
73
74
[ dereference operator ] : expressions/operator-expr.html#the-dereference-operator
74
75
[ destructors ] : destructors.html
You can’t perform that action at this time.
0 commit comments