-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention const fn calls in list of valid const expressions
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
* function and method calls | ||
This comment has been minimized.
Sorry, something went wrong.
Havvy
Contributor
|
||
|
||
## Const context | ||
|
||
|
Nit: This asterisk should not be here.