mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 10:39:50 +08:00
Summary: This pull request removes a constructor in `DebugStringConvertibleItem.h` that was causing this issue in MSVC: ``` DebugStringConvertibleItem.cpp(20): error C2600: 'facebook::react::DebugStringConvertibleItem::DebugStringConvertibleItem': cannot define a compiler-generated special member function (must be declared in the class first) ``` It was likely conflicting with the constructor that has default values for all of its arguments. [General] [Fixed] - Fixed `DebugStringConvertibleItem` compilation on MSVC Pull Request resolved: https://github.com/facebook/react-native/pull/23436 Reviewed By: shergin Differential Revision: D14067760 Pulled By: mdvacca fbshipit-source-id: 303cf9b3559932c3d06514a1f3a8739d0f6f9dc2