[libcxx-commits] [libcxx] [libcxx] Handle windows system error code mapping in std::error_code. (PR #93101)
James Y Knight via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 26 13:56:50 PDT 2024
================
@@ -201,7 +201,7 @@ inline perms posix_get_perms(const StatT& st) noexcept { return static_cast<perm
inline file_status create_file_status(error_code& m_ec, path const& p, const StatT& path_stat, error_code* ec) {
----------------
jyknight wrote:
Done.
https://github.com/llvm/llvm-project/pull/93101
More information about the libcxx-commits
mailing list