palacaze / sigslot

A simple C++14 signal-slots implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSVC build not working

citron0xa9 opened this issue · comments

Hey,
I tried building a project together with this library using Visual Studio 2017. There were 2 small things that needed to be adjusted (see https://github.com/citron0xa9/sigslot on branch fix_msvc_build).
Can I just create a PR with my changes?

Thank you for spotting this.
Your changes look good, you can go ahead an create a PR, I will merge it right away.

Ok, thanks alot.

Merged, thank you.