We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08cf801 + 75e3175 commit a19a623Copy full SHA for a19a623
stdlib/public/core/VarArgs.swift
@@ -419,7 +419,7 @@ extension Float80 : CVarArg, _CVarArgAligned {
419
}
420
#endif
421
422
-#if arch(x86_64) || arch(s390x) || (arch(arm64) && !(os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(Windows)))
+#if (arch(x86_64) && !os(Windows)) || arch(s390x) || (arch(arm64) && !(os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(Windows)))
423
424
/// An object that can manage the lifetime of storage backing a
425
/// `CVaListPointer`.
0 commit comments