AK: Disallow constructing a JsonValue from a ByteString
This does not have any more users. Let's force callers to convert to a String themselves.
This commit is contained in:
parent
8664eac047
commit
14c9b261f9
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ public:
|
|||
|
||||
JsonValue(String);
|
||||
JsonValue(StringView);
|
||||
JsonValue(ByteString const&) = delete;
|
||||
|
||||
template<typename T>
|
||||
requires(SameAs<RemoveCVReference<T>, bool>)
|
||||
|
|
|
|||
Loading…
Reference in a new issue