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
Change how we decide which empty string implementation to use. (#20708)
The feature macro seems to be lying on some toolchains. Instead, ask the
compiler to try to run the default constructor in constexpr context which
should fail if the implementation doesn't actually support it and fallback to
the dynamic one.
This should fix#20645
PiperOrigin-RevId: 737603382
Co-authored-by: Protobuf Team Bot <[email protected]>
0 commit comments