std::min is only guaranteed to exist in the <algorithm> header.
Currently this builds with libstdc++ because the algorithm include
is coming transitively from elsewhere, however it doesn't build with
libc++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
clang-format suggested style edits found: