We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830bc8c commit c05f39eCopy full SHA for c05f39e
packages/react-native/ReactCxxPlatform/react/utils/EnumHelper.h
scripts/cxx-api/ReactNativeCPP.api
@@ -45130,14 +45130,6 @@ class TaskDispatchThread {
45130
};
45131
} // namespace facebook::react
45132
45133
-/// @src {packages/react-native/ReactCxxPlatform/react/utils/EnumHelper.h}:
45134
-namespace std {
45135
-template <class Enum>
45136
-constexpr auto to_underlying(Enum e) noexcept {
45137
- return static_cast<std::underlying_type_t<Enum>>(e);
45138
-}
45139
-} // namespace std
45140
-
45141
/// @src {packages/react-native/ReactCxxPlatform/react/utils/PlatformRunLoopObserver.h}:
45142
namespace facebook::react {
45143
class PlatformRunLoopObserver : public RunLoopObserver {
0 commit comments