You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some code that uses RepeatedField::UnsafeArenaSwap() for some integer repeated field that is now breaking after a Protobuf upgrade to one of the latest versions.
Is this intentional? If so, is the alternative just to use Swap()?
This is not happening for RepeatedPtrField::UnsafeArenaSwap(), which is still public.
The text was updated successfully, but these errors were encountered:
I have some code that uses
RepeatedField::UnsafeArenaSwap()
for some integer repeated field that is now breaking after a Protobuf upgrade to one of the latest versions.Is this intentional? If so, is the alternative just to use
Swap()
?This is not happening for
RepeatedPtrField::UnsafeArenaSwap()
, which is still public.The text was updated successfully, but these errors were encountered: