felipepiovezan wrote:
I was just compiling this locally and my compiler is complaining about some of
the types in std::min:
```
NativeProcessProtocol.cpp:679:31: error: no matching function for call to 'min'
679 | const size_t to_write = std::min(size, sbp_addr - addr);
/include/c++/v1/__algorithm/min.h:35:1: note: candidate template ignored:
deduced conflicting types for parameter '_Tp' ('size_t' (aka 'unsigned long')
vs. 'unsigned long long')
35 | min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const
_Tp& __b) {
```
https://github.com/llvm/llvm-project/pull/217348
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits