We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
include/ndarray/converter/PyConverter.h uses boost::is_unsigned, but doesn't include the required header, and fails compile with clang++.
It appears switching to std::is_unsigned fixes it (and is probably better anyway)
include/ndarray/converter/PyConverter.h uses boost::is_unsigned, but doesn't include the required header, and fails compile with clang++.
It appears switching to std::is_unsigned fixes it (and is probably better anyway)