This commit is contained in:
Branimir Karadžić
2017-06-10 22:31:16 -07:00
parent c964cd47d0
commit 6d35b1294e
6 changed files with 13 additions and 30 deletions

View File

@@ -187,7 +187,7 @@ TEST_CASE("StringView", "")
bx::StringView sv("test");
REQUIRE(4 == sv.getLength() );
bx::CrtAllocator crt;
bx::DefaultAllocator crt;
g_allocator = &crt;
typedef bx::StringT<&g_allocator> String;