mirror of
https://github.com/google/googletest.git
synced 2025-11-11 15:25:59 -05:00
Fix DoAll to work with move-only sink arguments. This changes types of the first n - 1 actions so that they only get a readonly view of the arguments. The last action will accept move only objects. PiperOrigin-RevId: 324619666