mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +01: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