Changes empty static StringView, as it caused conflicts with older Empty bool checker.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-08-08 12:09:23 +02:00
parent f330e8a9e0
commit 0d9ea1d3a3
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ namespace ArbUt {
return Hash(val.data());
}
static const StringView& Empty();
static const StringView& EmptyString();
};
}