Googletest export
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: 327031893
Showing
- googlemock/docs/cheat_sheet.md 1 addition, 1 deletiongooglemock/docs/cheat_sheet.md
- googlemock/include/gmock/gmock-actions.h 14 additions, 9 deletionsgooglemock/include/gmock/gmock-actions.h
- googlemock/test/gmock-generated-actions_test.cc 27 additions, 0 deletionsgooglemock/test/gmock-generated-actions_test.cc
Loading
Please register or sign in to comment