mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user