File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -262,12 +262,10 @@ r[const-eval.const-fn.general]
262
262
A _const fn_ is a function that one is permitted to call from a const context.
263
263
264
264
r[const - eval. const - fn . usage]
265
- Declaring a function
266
- `const ` has no effect on any existing uses.
265
+ Declaring a function `const ` has no effect on any existing uses.
267
266
268
267
r[const - eval. const - fn . restrictions]
269
- Declaring a function `const ` restricts the types that arguments and the
270
- return type may use , and restricts the function body to constant expressions.
268
+ Declaring a function `const ` restricts the types that arguments and the return type may use , and restricts the function body to constant expressions.
271
269
272
270
r[const - eval. const - fn . const - context]
273
271
When called from a const context, the function is interpreted by the
You can’t perform that action at this time.
0 commit comments