reference
reference copied to clipboard
Constant Evaluation: clarifications needed
I'm quoting this page:
Constant evaluation is the process of computing the result of expressions during compilation.
Q) How does it look like? Please demonstrate
Only a subset of all expressions can be evaluated at compile-time.
Q) Which expressions in particular?