Skip to content

2.3.1

Compare
Choose a tag to compare
@FranckRJ FranckRJ released this 02 Dec 14:28
· 46 commits to master since this release
  • Automatically fake the destructor of mocks on MSVC, you no longer need to do it yourself. The behavior is now the same as for Clang / GCC #289
  • Allow stubbing of functions with move-only return values #282
  • Extended lifetime of mock actions to fix some rare segfaults #301
  • Fixed a compilation error when trying to mock functions taking a vector of move-only objects #298
  • Fixed a compilation error when using ReturnAndSet for a type convertible but not assignable to the type of the parameter #295
  • Fixed name collision with macro for some template parameters #300
  • Fixed some compilation issues on MSVC #290
  • Fixed a rare compilation error #299