We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4159af6 commit cc2fea4Copy full SHA for cc2fea4
src/ArduinoJson/Memory/ResourceManager.hpp
@@ -45,6 +45,7 @@ class ResourceManager {
45
#if ARDUINOJSON_USE_8_BYTE_POOL
46
swap(a.eightBytePools_, b.eightBytePools_);
47
#endif
48
+ swap_(a.allocator_, b.allocator_);
49
swap_(a.overflowed_, b.overflowed_);
50
}
51
0 commit comments