Commits


Abseil Team authored and Derek Mauro committed 50ce5201613
Googletest export Launder buffer before reference In GCC, directly casting the Buffer reference to another type results in strict-aliasing violation errors. This launders the reference using an intermediate pointer prior to creating the new reference. PiperOrigin-RevId: 350809323