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]
262262A _const fn_ is a function that one is permitted to call from a const context.
263263
264264r[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.
267266
268267r[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.
271269
272270r[const - eval. const - fn . const - context]
273271When called from a const context, the function is interpreted by the
You can’t perform that action at this time.
0 commit comments