mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed BX_STATIC_ASSERT. Not needed in C++17.
This commit is contained in:
@@ -207,7 +207,7 @@ TEST_CASE("strCmpV sort", "[string][sort]")
|
||||
"test_100.txt",
|
||||
};
|
||||
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(test) == BX_COUNTOF(expected) );
|
||||
static_assert(BX_COUNTOF(test) == BX_COUNTOF(expected) );
|
||||
|
||||
bx::quickSort(test, BX_COUNTOF(test), sizeof(const char*), strCmpV);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user