diff --git a/src/user-defined-types/const.md b/src/user-defined-types/const.md index 02ea6b5cbbdb..08b4c742e992 100644 --- a/src/user-defined-types/const.md +++ b/src/user-defined-types/const.md @@ -43,8 +43,6 @@ values. `const` functions can however be called at runtime.
- 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.