Ingo Prötel
Ingo Prötel
This patch represents a suggestion: Default new should return std::optional with owning_reference managing the life time of the object in a similar way as a unique_ptr would with the exception...
This patch removes the deprecation warning with C++17 parser. Use is_integral for bit operations and is_arithmetic for binary operators.
This patch allows to mark 'defaulted' calls as uninteresting: ON_CALL(mock, foo(_)).WillByDefault(...).Uninteresting(); This will supress 'Uninteresting call' warnings in raw and naggy mocks for the declared calls but will still give...