eranpeer / FakeIt

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

Visual Studio 2013 compiler errors #171

Open zichaelpath opened 5 years ago

zichaelpath commented 5 years ago

Hello, I'm trying to use FakeIt in Visual Studio 2013 and when I try and compile the code using #include with FakeIt's source code, I get a HEAP of errors. When I look at the code, nothing seems to be wrong with the code (no red underlines), however it seems like semicolons are missing (apparently (I have yet to find any actual red underlines that support this)) and it is causing errors. I am very interested in using FakeIt for my unit testing position at my workplace and hopefully it is a simple issue that I am overlooking