Skip to content

Commit

Permalink
Remove speaker note on "runtime evaluated constants" (#2555)
Browse files Browse the repository at this point in the history
It's unclear what this would mean! It was introduced in 89ddb2c.
  • Loading branch information
djmitche authored Jan 16, 2025
1 parent 3291cb6 commit 5f447b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/user-defined-types/const.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ values. `const` functions can however be called at runtime.
<details>

- Mention that `const` behaves semantically similar to C++'s `constexpr`
- It isn't super common that one would need a runtime evaluated constant, but it
is helpful and safer than using a static.

</details>

Expand Down

0 comments on commit 5f447b4

Please sign in to comment.