All tests pass

This commit is contained in:
Benoit Blanchon
2025-05-31 16:47:03 +02:00
parent 4159af66eb
commit cc2fea45cd

View File

@ -45,6 +45,7 @@ class ResourceManager {
#if ARDUINOJSON_USE_8_BYTE_POOL
swap(a.eightBytePools_, b.eightBytePools_);
#endif
swap_(a.allocator_, b.allocator_);
swap_(a.overflowed_, b.overflowed_);
}