0.2.8
0.2.7 broke the Windows build: <winsock2.h> defines a min macro that mangles std::min in the compiled-but-discarded Windows branch of connect()'s if constexpr. Use a plain ternary.
0.2.7 broke the Windows build: <winsock2.h> defines a min macro that mangles std::min in the compiled-but-discarded Windows branch of connect()'s if constexpr. Use a plain ternary.