mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02:00
Rename StringCopier
to StringBuilder
This commit is contained in:
@ -11,7 +11,7 @@ using namespace ArduinoJson::detail;
|
||||
|
||||
static void testCodepoint(uint32_t codepoint, std::string expected) {
|
||||
MemoryPool pool(4096);
|
||||
StringCopier str(&pool);
|
||||
StringBuilder str(&pool);
|
||||
str.startString();
|
||||
|
||||
CAPTURE(codepoint);
|
||||
|
Reference in New Issue
Block a user