Skip to content

Commit 2d3ac36

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[diff.cpp03.library] Correct \effect to \change
- Correct \effect to \change. - Add period at end. - Add \tcode for swap.
1 parent e1a368b commit 2d3ac36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/compatibility.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,12 +2340,12 @@
23402340
invalid in this revision of \Cpp{}.
23412341

23422342
\diffref{swappable.requirements}
2343-
\effect
2344-
Function \tcode{swap} moved to a different header
2343+
\change
2344+
Function \tcode{swap} moved to a different header.
23452345
\rationale
23462346
Remove dependency on \libheaderref{algorithm} for \tcode{swap}.
23472347
\effect
2348-
Valid \CppIII{} code that has been compiled expecting swap to be in
2348+
Valid \CppIII{} code that has been compiled expecting \tcode{swap} to be in
23492349
\libheaderref{algorithm} may have to instead include \libheaderref{utility}.
23502350

23512351
\diffref{namespace.posix}

0 commit comments

Comments
 (0)