From 6edbb9fd5b4ea374176a264ed0bcdf7d7f240dcd Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 20 Jun 2019 14:03:58 +0200 Subject: [PATCH] Link to "const functions" section from constant expressions list --- src/const_eval.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/const_eval.md b/src/const_eval.md index d15015888..eacd2db2c 100644 --- a/src/const_eval.md +++ b/src/const_eval.md @@ -44,7 +44,7 @@ to be run. * [Grouped] expressions. * [Cast] expressions, except pointer to address and function pointer to address casts. -* Calls of const functions and const methods. +* Calls of [const functions] and const methods. ## Const context @@ -69,6 +69,7 @@ A _const context_ is one of the following: [cast]: expressions/operator-expr.html#type-cast-expressions [closure expressions]: expressions/closure-expr.html [comparison]: expressions/operator-expr.html#comparison-operators +[const functions]: items/functions.html#const-functions [constants]: items/constant-items.html [dereference operator]: expressions/operator-expr.html#the-dereference-operator [destructors]: destructors.html