Standard alone edition of asio (branch ci-mingw) has supported both 32 and 64bit Mingw, and 32bit Cygwin is always supported, but why we left 64bit Cygwin behind?
asio/asio/include/asio/detail/impl/winsock_init.ipp:35:30: error: cannot convert ‘long int*’ to ‘volatile int*’
35 | if (::InterlockedIncrement(&d.init_count_) == 1)
did I missed something, for example, a definition of a macro?
Standard alone edition of asio (branch ci-mingw) has supported both 32 and 64bit Mingw, and 32bit Cygwin is always supported, but why we left 64bit Cygwin behind?
asio/asio/include/asio/detail/impl/winsock_init.ipp:35:30: error: cannot convert ‘long int*’ to ‘volatile int*’
35 | if (::InterlockedIncrement(&d.init_count_) == 1)
did I missed something, for example, a definition of a macro?