[libcxx-commits] [libcxx] Result of applying clang-format-18 to each header and source file (PR #79214)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 23 14:15:38 PST 2024
================
@@ -11,9 +11,9 @@
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-#include <process.h>
#include <fibersapi.h>
+#include <process.h>
+#include <windows.h>
----------------
EricWF wrote:
Oh, I'm not suggesting we merge this.
I just wanted to show the fallout from the upgrade.
https://github.com/llvm/llvm-project/pull/79214
More information about the libcxx-commits
mailing list