Address AI feedback: constexpr correctness

This commit is contained in:
Ed Hennis
2026-07-02 14:44:59 -04:00
parent e6b584d931
commit 64afeab2f4
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ struct MantissaRange final
class Access
{
static constexpr MantissaRange const&
static MantissaRange const&
mantissaRange(MantissaScale scale);
friend Number;

View File

@@ -68,7 +68,7 @@ to_string(Number::RoundingMode const& round)
}
}
constexpr MantissaRange const&
MantissaRange const&
MantissaRange::Access::mantissaRange(MantissaScale scale)
{
static constexpr MantissaRange kSmall{MantissaScale::Small};