eranpeer / FakeIt

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

Msc 2013 #88

Open dec1 opened 7 years ago

dec1 commented 7 years ago

Hello, Were looking for a c++ mocking framework that easily integrates with boost. FakeIt looks great, and were considering using it. Before we do I have a question:

from https://github.com/eranpeer/FakeIt/wiki/Quickstart-MSC:

To overcome this, FakeIt also contains standard C++ alternatives that compile on both MSVS C++ 2013 and GCC 4.8.

We do (also) use Visual C++ 2013 Where are these "alternatives", and how do we use them rather than the "originals" Are there any disadvantages?

Thanks in advance. Best Wishes