eranpeer / FakeIt

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

C++20 support #255

Closed atlestorteig closed 2 years ago

atlestorteig commented 2 years ago

Hi, I like this concept - is c++20 supported by any means in this framework? BR, Atle

FranckRJ commented 2 years ago

Not tested but there shouldn't by any issue with it. If you see any you can open an issue.

FranckRJ commented 2 years ago

The unit tests passed with GCC 11.3 in C++20 mode, so I'll guess it's ok.