forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
f37f021e6a
commit
a87c98a159
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ bool AlmostEqualULPs(TFloat x, TFloat y, unsigned int maxULPs = 256)
|
|||
// default NaN won't compare as equal to anything.
|
||||
ASSERT_LESS(maxULPs, 4 * 1024 * 1024, ());
|
||||
|
||||
int const bits = 8 * sizeof(TFloat);
|
||||
int const bits = CHAR_BIT * sizeof(TFloat);
|
||||
typedef typename boost::int_t<bits>::exact IntType;
|
||||
typedef typename boost::uint_t<bits>::exact UIntType;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue