refactor(bsa): improve error handling #335
Annotations
10 errors
windows
Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j5
|
windows
Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j5
|
windows
conversion from 'int' to 'size_t' requires a narrowing conversion
|
windows
conversion from 'int' to 'size_t' requires a narrowing conversion
|
windows
vcpkg install failed. See logs for more information:
|
windows
Process completed with exit code 1.
|
linux (gcc):
examples/bsa_tool.cpp#L46
‘btu::bsa::UnpackResult’ has not been declared
|
linux (gcc):
examples/bsa_tool.cpp#L65
no match for ‘operator<<’ (operand types are ‘std::basic_ostream<char>’ and ‘std::optional<long unsigned int>’)
|
linux (gcc)
template constraint failure for ‘template<class _Os, class _Tp> requires (__derived_from_ios_base<_Os>) && requires(_Os& __os, const _Tp& __t) {__os << __t;} using std::__rvalue_stream_insertion_t = _Os&&’
|
linux (gcc)
Process completed with exit code 1.
|