Skip to content

Commit ede640e

Browse files
committed
[dcl.attr.depend] Remove intra-example paragraph break
1 parent b626862 commit ede640e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/declarations.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3916,8 +3916,7 @@
39163916
return value carries a dependency out of \tcode{f}, so that the implementation
39173917
need not constrain ordering upon return from \tcode{f}. Implementations of
39183918
\tcode{f} and its caller may choose to preserve dependencies instead of emitting
3919-
hardware memory ordering instructions (a.k.a. fences).
3920-
3919+
hardware memory ordering instructions (a.k.a.\ fences).
39213920
Function \tcode{g}'s second parameter has a \tcode{carries_dependency} attribute,
39223921
but its first parameter does not. Therefore, function \tcode{h}'s first call to
39233922
\tcode{g} carries a dependency into \tcode{g}, but its second call does not. The

0 commit comments

Comments
 (0)