fixup! Rip out about half the code: levels, enforcement, and STAmount changes

This commit is contained in:
Ed Hennis
2025-11-17 00:32:21 -05:00
parent 8822b53bd5
commit 596365d05d
11 changed files with 123 additions and 68 deletions

View File

@@ -56,18 +56,6 @@ public:
bool
isDefault() const override;
/// Sets the flag on the underlying number
void
setIsInteger(bool isInteger);
/// Gets the flag value on the underlying number
bool
isInteger() const noexcept;
/// Checks the underlying number
bool
valid() const noexcept;
operator Number() const
{
return value_;