Skip to content

Fix bug in definition of UFixedBase::IntegerType #38

@Pharap

Description

@Pharap

UFixedBase::IntegerType is mistakenly defined as:

using IntegerType = FIXED_POINTS_DETAILS::LeastInt<Integer + 1>;

It should in fact be defined as:

using IntegerType = FIXED_POINTS_DETAILS::LeastUInt<Integer>;

Metadata

Metadata

Assignees

Labels

Bug ReportThis issue reports a bugPatchThis change is an unobtrusive change

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions