[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
Fri Sep 13 15:08:11 PDT 2024
================
@@ -22,7 +22,9 @@
#include <__filesystem/path.h>
#include <__filesystem/perms.h>
#include <__system_error/errc.h>
+#include <__system_error/error_category.h>
#include <__system_error/error_code.h>
+#include <__system_error/error_condition.h>
----------------
jyknight wrote:
I'm not sure why I added those; they're included by __system_error/error_code.h anyhow so this is a no-op. Removed.
https://github.com/llvm/llvm-project/pull/93101
More information about the libcxx-commits
mailing list