Added support for std::string_view (closes #1578, closes #1554)

This commit is contained in:
Benoit Blanchon
2021-06-17 20:27:47 +02:00
parent ba5cdab619
commit f235157466
7 changed files with 181 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ HEAD
* Fixed `serializeJson(doc, String)` when allocation fails (issue #1572)
* Fixed clang-tidy warnings (issue #1574, PR #1577 by @armandas)
* Added fake class `InvalidConversion<T1,T2>` to easily identify invalid conversions (issue #1585)
* Added support for `std::string_view` (issue #1578, PR #1554 by @0xFEEDC0DE64)
v6.18.0 (2021-05-05)
-------