mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(hash): add HASHKEY_CONSTSTR and HASHKEY_CONSTSTRI
This commit is contained in:
parent
5190c49019
commit
8c2439277c
4 changed files with 234 additions and 20 deletions
|
|
@ -253,7 +253,7 @@ TEST_CASE("SStrDupA", "[string]") {
|
|||
#endif
|
||||
|
||||
struct TestHash {
|
||||
const char *str;
|
||||
const char* str;
|
||||
uint32_t hash;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue