Skip to content

Commit f0c6883

Browse files
authored
Merge 0644cd1 into sapling-pr-archive-ktf
2 parents d88447f + 0644cd1 commit f0c6883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/StringHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ consteval uint32_t operator""_h(const char* str, size_t)
8383

8484
uint32_t runtime_crc32(char const* str, int length);
8585

86-
constexpr uint32_t runtime_hash(char const* str)
86+
uint32_t runtime_hash(char const* str)
8787
{
8888
return runtime_crc32(str, static_cast<int>(__builtin_strlen(str)) - 1) ^ 0xFFFFFFFF;
8989
}

0 commit comments

Comments
 (0)