You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Mingw64's GCC and Clang are complaining about an incomplete type when x-compiling for Windows:
CXX WinTLSSession.lo
In file included from WinTLSSession.cc:36:
./WinTLSSession.h:230:28: error: implicit instantiation of undefined template 'std::array<aria2::TLSBuffer, 4>'
std::array<TLSBuffer, 4> sendRecordBuffers_;