v14
-
Fixed bug when the destruction of a sequence object with still
living expectations caused call toabort(). -
You can now add extra trailing specifiers to a mock function,
such as theoverridecontext sensitive specifier, and/or the
keywordnoexcept(careful with the latter if your registered
reporter can/does throw.)Example:
struct D : public B { MAKE_MOCK1(func, int(int), override); };