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

Fix THROWS and NO_THROWS attributes for VS2015 #48

Closed jksf closed 8 years ago

jksf commented 8 years ago

Fixed VS2015 compilation error and regenerated single_header files.

Error   C2694   'fakeit::MethodMockingContext<R,int,const UserInfo *,char>::~MethodMockingContext(void) throw(...)': overriding virtual function has less restrictive exception specification than base class virtual member function 'fakeit::ActualInvocationsSource::~ActualInvocationsSource(void)'
eranpeer commented 8 years ago

Thanks a lot.