mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 21:46:07 +08:00
Fabric: Subtle changes that make GCC compiler happy
Summary: @public Most of them are legit issues which should not be compilable anyways (but Clang tolerates thems). Reviewed By: mdvacca Differential Revision: D8655539 fbshipit-source-id: 645729fb9d6a120ce1ab2b07542abcdacd72320d
This commit is contained in:
committed by
Facebook Github Bot
parent
712c2ed5d2
commit
62f9ced099
@@ -10,6 +10,7 @@
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <fabric/core/LayoutMetrics.h>
|
||||
#include <fabric/core/Sealable.h>
|
||||
@@ -23,7 +24,7 @@ struct LayoutContext;
|
||||
|
||||
class LayoutableShadowNode;
|
||||
using SharedLayoutableShadowNode = std::shared_ptr<const LayoutableShadowNode>;
|
||||
using SharedLayoutableShadowNodeList = std::vector<const SharedLayoutableShadowNode>;
|
||||
using SharedLayoutableShadowNodeList = std::vector<SharedLayoutableShadowNode>;
|
||||
using LayoutableShadowNodeIterator = std::iterator<std::input_iterator_tag, const SharedLayoutableShadowNode>;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user