mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
All tests pass
This commit is contained in:
@ -45,6 +45,7 @@ class ResourceManager {
|
|||||||
#if ARDUINOJSON_USE_8_BYTE_POOL
|
#if ARDUINOJSON_USE_8_BYTE_POOL
|
||||||
swap(a.eightBytePools_, b.eightBytePools_);
|
swap(a.eightBytePools_, b.eightBytePools_);
|
||||||
#endif
|
#endif
|
||||||
|
swap_(a.allocator_, b.allocator_);
|
||||||
swap_(a.overflowed_, b.overflowed_);
|
swap_(a.overflowed_, b.overflowed_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user