[libcxx-commits] [libcxx] Fix use of std::errc() for C++ < 11 (PR #138522)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 12 12:54:11 PDT 2025
https://github.com/ldionne approved this pull request.
Looks like this fell through the cracks of our CI because this requires a combination of hardening mode = Debug and C++03. I don't think it makes sense to add that combination specifically, though -- while we should test all combinations in theory, in practice this is not feasible due to combinatorial explosion. So I think I'll take the patch as-is without increasing test coverage.
https://github.com/llvm/llvm-project/pull/138522
More information about the libcxx-commits
mailing list