Skip to content

Commit 3a7b6d8

Browse files
authored
Mention const fn calls in list of valid const expressions
1 parent 3e3be42 commit 3a7b6d8

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
@@ -37,7 +37,8 @@ to be ran.
3737
* The [dereference operator].
3838
* [Grouped] expressions.
3939
* [Cast] expressions, except pointer to address and
40-
function pointer to address casts.
40+
* function pointer to address casts.
41+
* function and method calls
4142

4243
## Const context
4344

0 commit comments

Comments
 (0)