react-native-macos/ReactCommon/yoga
David Aurelio 82b27832d6 `CompactValue` overrides of `YGResolveValue`/`YGValueEqual`
Summary:
@public

I would like to get rid of implicit conversions between `YGValue` and `CompactValue`, because they don’t come for free.

That’s why I am adding `CompactValue` specific overrides for `YGResolveValue` and  `YGValueEqual`, that do explicit casts. Up the commit stack, we will be able mark both `CompactValue(const YGValue&)` and `CompactValue::operator YGValue()` as `explicit`.

Reviewed By: SidharthGuglani

Differential Revision: D14598447

fbshipit-source-id: 75dc15cefb2dddcf8def891c5fb37893cacd9d46
2019-03-26 05:22:24 -07:00
..
yoga `CompactValue` overrides of `YGResolveValue`/`YGValueEqual` 2019-03-26 05:22:24 -07:00
Android.mk RN: Missing Copyright Headers 2018-10-31 01:37:26 -07:00
BUCK Move RN's DEFS.bzl to tools and rename to rn_defs.bzl 2018-08-29 13:21:52 -07:00
yoga.podspec Fabric: working podspecs & works in RNTester (#23803) 2019-03-15 23:59:22 -07:00