StringView cleanup.

This commit is contained in:
Branimir Karadžić
2018-10-20 11:14:05 -07:00
parent c25a405a80
commit 0af3748629
12 changed files with 281 additions and 261 deletions

View File

@@ -78,7 +78,7 @@ TEST_CASE("uint32_testpow2", "")
{
if (bx::uint32_testpow2(ii) )
{
REQUIRE(ii == 1 << shift);
REQUIRE(ii == 1u << shift);
++shift;
}
}