clang-10
, libc++-10-dev
, libc++abi-10-dev
https://apt.llvm.org/ (Under Install (stable branch)
)
Clang 10, MSVC 16.6
, Windows 10 SDK
MS items available via:
clang++-10 -fPIC -std=c++2a -stdlib=libc++ -c connector.cpp socket.cpp
clang++ -fPIC -std=c++2a -c connector.cpp socket.cpp
- Check ssl linkage on Windows
- Put SSL binaries / code under SSL (or use conan?)
- Convert socket to hpp / try kissnet