- Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
PatchThis change is an unobtrusive changeThis change is an unobtrusive changeQualityThis change improves the code's qualityThis change improves the code's quality
Milestone
Description
FixedPointsArduino/src/FixedPoints/UFixed.h
Lines 66 to 67 in 8d0ef25
| constexpr inline explicit RawType(const InternalType & value) : value(value) {} | |
| constexpr inline explicit operator InternalType() const { return this->value; } |
FixedPointsArduino/src/FixedPoints/SFixed.h
Lines 66 to 67 in 8d0ef25
| constexpr inline explicit RawType(const InternalType & value) : value(value) {} | |
| constexpr inline explicit operator InternalType() const { return this->value; } |
Metadata
Metadata
Assignees
Labels
PatchThis change is an unobtrusive changeThis change is an unobtrusive changeQualityThis change improves the code's qualityThis change improves the code's quality