RafaGago / mini-async-log

Non bloated asynchronous logger
Other
221 stars 20 forks source link

Fix compiler issues in windows/build solution #19

Closed bellekci closed 7 years ago

bellekci commented 7 years ago

I wanted to compile the project in VS2012. Had to fix some minor compiler issues.

RafaGago commented 7 years ago

Sorry for the late response and thanks for the patches, I'll check this out when I have some time, but I have no Windows machine available since I changed job.

bellekci commented 7 years ago

This is the only "fast" logging library that is compilable with VS2012. Thanks for it.

overview/main.cpp is still not compilable without proper c+11 support, though.

RafaGago commented 7 years ago

Hello I've checked out this and it was breaking the Linux builds. I fixed it and manually merged to master. I still haven't verified the changes on Windows but it looks good.

Thanks for the contribution.