Skip to content

Commit 65673ee

Browse files
authored
Merge pull request #623 from phil-opp/patch-1
Link to "const functions" section from constant expressions list
2 parents 08ae27a + 6edbb9f commit 65673ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/const_eval.md

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)