generated from saxbophone/CPP20-Cross-Platform-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingcleanupTidying up, refactor and minor API changesTidying up, refactor and minor API changesquestionFurther information is requestedFurther information is requested
Description
Need to regression test this along with uintmax_t ctor to make sure neither tread on eachother's toes.
Currently, trying to construct Nat from double directly will bind to uintmax_t ctor. That's fine, but we don't want to inverse to happen (casting uintmax_t to double will lose precision!) so we should test both. In an ideal world, we'd have both as separate ctors.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcleanupTidying up, refactor and minor API changesTidying up, refactor and minor API changesquestionFurther information is requestedFurther information is requested