From 3a7b6d863183079d46d92313df7875e22801de8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20S=CC=B6c=CC=B6h=CC=B6n=CC=B6e=CC=B6i=CC=B6d=CC=B6?= =?UTF-8?q?e=CC=B6r=20Scherer?= Date: Tue, 9 Oct 2018 09:40:58 +0200 Subject: [PATCH] Mention const fn calls in list of valid const expressions --- 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 a9ad1ca3d..ab8112ba1 100644 --- a/src/const_eval.md +++ b/src/const_eval.md @@ -37,7 +37,8 @@ to be ran. * The [dereference operator]. * [Grouped] expressions. * [Cast] expressions, except pointer to address and - function pointer to address casts. +* function pointer to address casts. +* function and method calls ## Const context