Mir

Code review comment for lp:~kdub/mir/nicemock-improvements

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Is it correct to be changing a "generated" file?

Also, I suspect it would be safer to use the more verbose:

    noexcept(noexcept(((MockClass*)0)->~MockClass()))

on the destructor definitions. (Isn't there an easier way to say that?)

review: Needs Information

« Back to merge proposal