Added as<std::string_view>() and is<std::string_view>()

This commit is contained in:
Benoit Blanchon
2021-07-27 14:15:05 +02:00
parent 6632fa8da1
commit 9d58e566fd
3 changed files with 29 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Changed return type of `convertToJson()` and `Converter<T>::toJson()` to `void`
* Added `as<std::string_view>()` and `is<std::string_view>()`
v6.18.2 (2021-07-19)
-------