mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5009ad33a6
Summary: Changelog: [Internal] `MapBuffer` already has a move constructor but did not have a move assignment operator prior to this diff. Changing this requires removing the `const` qualifier from `bytes_`, but this seems OK in practice as it will still be treated as `const` by all the `const` accessors on `MapBuffer`. Reviewed By: RSNara Differential Revision: D42369493 fbshipit-source-id: f0fcce533d8e0883dcf85d7262620ea77f377644