Fixed small nits in WhitelistedStatefulOpRegistry
StringPiece has been changed to string to avoid static order destruction fiasco (we store pointers that might have shorter lifetime) and also to use unordered_set (there is hash specialization for StringPiece). PiperOrigin-RevId: 212059185
Loading
Please sign in to comment