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
Remove unnecessary cplusplus flag from being defined for Windows builds
The flag was added because move operators were not enabled on some versions of visual studio without it, however cl/274675656 fixed the issue so that it will work without the flag.
PiperOrigin-RevId: 288730959
0 commit comments