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

@@ -12,6 +12,10 @@
# include <ArduinoJson/Strings/StdStringAdapter.hpp>
#endif
#if ARDUINOJSON_ENABLE_STRING_VIEW
# include <ArduinoJson/Strings/StringViewAdapter.hpp>
#endif
#if ARDUINOJSON_ENABLE_ARDUINO_STRING
# include <ArduinoJson/Strings/ArduinoStringAdapter.hpp>
#endif