We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c2021 commit 0d064efCopy full SHA for 0d064ef
src/FixedPoints/UFixedBase.h
@@ -23,7 +23,7 @@ namespace FIXED_POINTS_DETAILS
23
class UFixedBase
24
{
25
public:
26
- using IntegerType = FIXED_POINTS_DETAILS::LeastInt<Integer + 1>;
+ using IntegerType = FIXED_POINTS_DETAILS::LeastUInt<Integer>;
27
using FractionType = FIXED_POINTS_DETAILS::LeastUInt<Fraction>;
28
using InternalType = FIXED_POINTS_DETAILS::LeastUInt<Integer + Fraction>;
29
0 commit comments