File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
documentation/cxx-interop/safe-interop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Some containers and protocols do not yet support non-escapable types in Swift 6.
113113
114114Building the code again will emit a new diagnostic for the `fileName` function about
115115missing lifetime annotations. C and C++ functions that return non-escapable types need annotations
116- to describe their lifetime contracts via [lifetimebound](https://clang.llvm.org/docs/AttributeReference.html#id8 )
116+ to describe their lifetime contracts via [lifetimebound](https://clang.llvm.org/docs/AttributeReference.html#lifetimebound )
117117and [lifetime_capture_by](https://clang.llvm.org/docs/AttributeReference.html#lifetime-capture-by) annotations.
118118Not all versions of C and C++ support the `[[clang::lifetimebound]]` attribute syntax. Convenience macros for
119119lifetime annotations using the GNU style attribute syntax are available in the `lifetimebound.h` header, and we'll
You can’t perform that action at this time.
0 commit comments