• Arthur O'Dwyer's avatar
    Fix a -Wdeprecated warning. · 11b3cec1
    Arthur O'Dwyer authored
        gmock-spec-builders.h:503:3: error:
        definition of implicit copy constructor for 'Expectation' is deprecated
        because it has a user-declared destructor [-Werror,-Wdeprecated]
            ~Expectation();
            ^
    11b3cec1
gmock-spec-builders.h 74.2 KB