eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.22k stars 169 forks source link

Catch 2.11.0 support #201

Closed dimiboi closed 3 years ago

dimiboi commented 4 years ago

FakeIt won't compile wth Catch 2.11.0. This PR fixes the problem.

Resolves #197.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.923% when pulling 1b7f1bf7d9d940af2060739764322348deb53033 on dimiboi:catch-2.11.0-support into 814f28cd509ef2a8cdf7fe370bd9ec6d3b181dc7 on eranpeer:master.

pharapeti commented 3 years ago

Thank you for the solution @dimiboi, this change works locally for me.

zfields commented 3 years ago

Fix dually confirmed. @eranpeer we need your help. Please merge this surgical, two line PR. CI cannot clone and compile without manual intervention.

FranckRJ commented 3 years ago

Already merged with https://github.com/eranpeer/FakeIt/pull/195.