File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -959,7 +959,8 @@ that has the define.
959959 #if defined(__has_feature) && __has_feature(bounds_safety)
960960 #define __counted_by(T) __attribute__((__counted_by__(T)))
961961 // ... other bounds annotations
962- #else #define __counted_by(T) // defined as nothing
962+ #else
963+ #define __counted_by(T) // defined as nothing
963964 // ... other bounds annotations
964965 #endif
965966
@@ -1003,4 +1004,4 @@ Try it out
10031004
10041005Your feedback on the programming model is valuable. You may want to follow the
10051006instruction in :doc: `BoundsSafetyAdoptionGuide ` to play with ``-fbounds-safety ``
1006- and please send your feedback to `
Yeoul Na <
mailto:[email protected] >`_.
1007+ and please send your feedback to `
Yeoul Na <
mailto:[email protected] >`_.
You can’t perform that action at this time.
0 commit comments