fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
769 stars 126 forks source link

Fixed sockpp not compiling on windows 11 Clang 17.0.6 x86_64-pc-windows-msvc #94

Closed JaanDev closed 5 months ago

JaanDev commented 5 months ago

Hello! This pull request fixes some errors when compiling on windows.

fpagliughi commented 5 months ago

Hey @JaanDev , thanks so much for this! I made a lot of progress towards a v2.0 over Christmas break, but work has me slammed since then, so progress slowed and the repo is totally unstable. I've been working entirely in Linux for the update, and figured I'd do the Windows stuff when all the rest was working.

So this is a big help speeding that up. I'll have a look ASAP, but a quick glance looks good.

JaanDev commented 5 months ago

Woah, thanks for a quick reply! Np, looking forward to the v2.0 =)