We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08ae27a + 6edbb9f commit 65673eeCopy full SHA for 65673ee
src/const_eval.md
@@ -44,7 +44,7 @@ to be run.
44
* [Grouped] expressions.
45
* [Cast] expressions, except pointer to address and
46
function pointer to address casts.
47
-* Calls of const functions and const methods.
+* Calls of [const functions] and const methods.
48
49
## Const context
50
@@ -69,6 +69,7 @@ A _const context_ is one of the following:
69
[cast]: expressions/operator-expr.html#type-cast-expressions
70
[closure expressions]: expressions/closure-expr.html
71
[comparison]: expressions/operator-expr.html#comparison-operators
72
+[const functions]: items/functions.html#const-functions
73
[constants]: items/constant-items.html
74
[dereference operator]: expressions/operator-expr.html#the-dereference-operator
75
[destructors]: destructors.html
0 commit comments