react-native-macos/ReactCommon
Nick Gerleman a02bd0ded1 Add explicit defaulted copy ctor to `Values` (#1176)
Summary:
X-link: https://github.com/facebook/yoga/pull/1176

`Values` is a wrapper to story an array of YGValue's as CompactValues.

From https://github.com/facebook/yoga/issues/1174 we see a warning `Wdeprecated-copy` beacuse a user-defined copy constructor is not present, but a user-defined asignment operator is (the defaulted one). This adds an explicitly defaulted copy contructor which should silence the warning I think.

Changelog:
[Internal]

Reviewed By: christophpurrer

Differential Revision: D41447490

fbshipit-source-id: 8cc8f291cf12014d87cc71c4598bb84fdd6cd930
2022-11-21 16:33:36 -08:00
..
butter Add butter/function.h (#35385) 2022-11-21 11:17:01 -08:00
callinvoker Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
cxxreact Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
hermes Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
jsengineinstance The life-changing magic of clang-tidying up 2020-02-04 11:09:30 -08:00
jserrorhandler Revert D40613108: 4/n Display a RedBox with the JS stack (instead of native stack) when an unhandled JS exceptions occurs - Try 2 2022-10-24 08:56:55 -07:00
jsi Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
jsiexecutor Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
jsinspector Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
libraries/fbcore/src/test/java/com/facebook/powermock Explicitly set language to JAVA where it is missing [xplat] (round 1) 2022-07-06 09:07:07 -07:00
logger Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
react Add butter/function.h (#35385) 2022-11-21 11:17:01 -08:00
reactperflogger Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
runtimeexecutor Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
yoga Add explicit defaulted copy ctor to `Values` (#1176) 2022-11-21 16:33:36 -08:00
React-Fabric.podspec Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
React-rncore.podspec Update .podspec license information (#35245) 2022-11-07 09:52:52 -08:00
ReactCommon.podspec Update ReactCommon.podspec | Debug section (#35236) 2022-11-07 10:30:10 -08:00