From 39b6d523692e28356148ba1790174e7901032446 Mon Sep 17 00:00:00 2001 From: Michael Leslie Date: Tue, 19 Aug 2025 18:03:14 -0700 Subject: [PATCH] exclude tuple-like types from OnceAction forwarding constructors --- googlemock/include/gmock/gmock-actions.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/googlemock/include/gmock/gmock-actions.h b/googlemock/include/gmock/gmock-actions.h index 2746edd34e..7023968e38 100644 --- a/googlemock/include/gmock/gmock-actions.h +++ b/googlemock/include/gmock/gmock-actions.h @@ -302,6 +302,16 @@ struct disjunction template using void_t = void; +template