From 3b3125ab2642c4b3e3fb8be85f7b4954ffac9696 Mon Sep 17 00:00:00 2001 From: Devmate Bot Date: Thu, 15 Jan 2026 10:36:25 -0800 Subject: [PATCH] xplat/yoga/yoga/style Reviewed By: cortinico Differential Revision: D90660990 --- .../react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h b/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h index 8d78a54dc974..2970d75abda8 100644 --- a/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h +++ b/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h @@ -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) {