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.
1 parent 3425a6d commit 0e7749bCopy full SHA for 0e7749b
stdlib/public/core/VarArgs.swift
@@ -66,7 +66,7 @@ protocol _CVarArgAligned: CVarArg {
66
/// Some pointers require an alternate object to be retained. The object
67
/// that is returned will be used with _cVarArgEncoding and held until
68
/// the closure is complete. This is required since autoreleased storage
69
-/// is available on all platforms.
+/// is not available on all platforms.
70
public protocol _CVarArgObject: CVarArg {
71
/// Returns the alternate object that should be encoded.
72
var _cVarArgObject: CVarArg { get }
0 commit comments