sheredom / utest.h

🧪 single header unit testing framework for C and C++
The Unlicense
834 stars 57 forks source link

Fixed a compilation error on mingw32. #113

Closed akimky closed 1 year ago

akimky commented 1 year ago

I didn't see mingw32 support in the description, but this small update removes the compilation error on mingw32. The fact is that is deprecated in c++11 and we have to use . I want to note that the tests on mingw32 still do not work.