Fix JsonString operator == and != for non-zero-terminated string

This commit is contained in:
Benoit Blanchon
2022-02-17 11:16:05 +01:00
parent a880614a75
commit f831ed395d
3 changed files with 30 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fix `call of overloaded 'String(const char*, int)' is ambiguous`
* Fix `JsonString` operator `==` and `!=` for non-zero-terminated string
v6.19.2 (2022-02-14)
-------