Closed mheyman closed 5 years ago
Had a requirement for MSVC so I made the port. I have tested on Windows and Linux/gcc but not clang by running all executables in the tests directory.
The port was mostly straightforward except for one possible MSVC bug with a workaround in the sio class.
Along with the port, I did a lot of minor changes (mostly static_cast<>) to get rid of warnings.
Forgot I left C++17 in. I have a C++14 version coming.
Had a requirement for MSVC so I made the port. I have tested on Windows and Linux/gcc but not clang by running all executables in the tests directory.
The port was mostly straightforward except for one possible MSVC bug with a workaround in the sio class.
Along with the port, I did a lot of minor changes (mostly static_cast<>) to get rid of warnings.