Skip to content

Incomplete type error in WinTLSSession #1942

@hmartinez82

Description

@hmartinez82

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_;

It's missing the definition of std::array

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions