We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fde0e3 commit 477228fCopy full SHA for 477228f
lib/source/pl/lib/std/hash.cpp
@@ -12,7 +12,7 @@ namespace pl::lib::libstd::hash {
12
template<size_t Size>
13
static u128 crc(const auto ¶ms) {
14
if (!params[0].isPattern() && !params[0].isString())
15
- core::err::E0012.throwError("Only patterns and strings are supported for CRC hash functions.");
+ pl::core::err::E0012.throwError("Only patterns and strings are supported for CRC hash functions.");
16
17
auto bytes = params[0].toBytes();
18
auto init = u64(params[1].toUnsigned());
0 commit comments