Compare commits

...
1 Commits
Author SHA1 Message Date
Devmate BotandFacebook GitHub Bot 36b394ce2b xplat/yoga/yoga/style/SmallValueBuffer.h
Reviewed By: mdvacca

Differential Revision: D84047441
2025-10-07 11:58:48 -07:00
@@ -27,6 +27,7 @@ class SmallValueBuffer {
*this = other;
}
SmallValueBuffer(SmallValueBuffer&& other) noexcept = default;
~SmallValueBuffer() = default;
// Add a new element to the buffer, returning the index of the element
uint16_t push(uint32_t value) {