react-native-macos/ReactCommon/jsi
Marc Horowitz 81734276b9 Allow use of std::tuple<> with decorators directly
Summary:
Previously, a derived class, WithTuple, was used.  This ran
into bugs in MSVC (see https://github.com/microsoft/STL/issues/121).
Instead, use specialization to get the same result using std::tuple
directly.  This avoids the bug, and is a cleaner API.

Changelog: [Internal]

Reviewed By: dulinriley

Differential Revision: D21233677

fbshipit-source-id: 1d75991847164e525b4ba70f65a90627e5f8cd56
2020-04-24 15:42:47 -07:00
..
jsi Allow use of std::tuple<> with decorators directly 2020-04-24 15:42:47 -07:00
.clang-tidy The life-changing magic of clang-tidying up 2020-02-04 11:09:30 -08:00
Android.mk Move JSI source files into a separate directory 2019-04-09 11:44:32 -07:00
BUCK Replace fbsource// with // in xplat/js/ files [1] 2020-03-25 21:55:47 -07:00
JSCRuntime.cpp Codemod: Clang-format for all files in `ReactCommon` directory 2020-02-25 19:52:27 -08:00
JSCRuntime.h Tidy up license headers [3/n] 2019-10-16 10:06:34 -07:00
React-jsi.podspec Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00