[libcxx-commits] [libcxx] [libcxx] Handle windows system error code mapping in std::error_code. (PR #93101)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 19 11:24:12 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) {
----------------
ldionne wrote:

Not attached to this line: Can you add a release note in `libcxx/docs/ReleaseNotes/20.rst`?

https://github.com/llvm/llvm-project/pull/93101


More information about the libcxx-commits mailing list