Skip to content

Commit

Permalink
[diff.cpp03.library] Correct \effect to \change
Browse files Browse the repository at this point in the history
- Correct \effect to \change.
- Add period at end.
- Add \tcode for swap.
  • Loading branch information
Andreas-Krug authored and tkoeppe committed Dec 20, 2024
1 parent e1a368b commit 2d3ac36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2340,12 +2340,12 @@
invalid in this revision of \Cpp{}.

\diffref{swappable.requirements}
\effect
Function \tcode{swap} moved to a different header
\change
Function \tcode{swap} moved to a different header.
\rationale
Remove dependency on \libheaderref{algorithm} for \tcode{swap}.
\effect
Valid \CppIII{} code that has been compiled expecting swap to be in
Valid \CppIII{} code that has been compiled expecting \tcode{swap} to be in
\libheaderref{algorithm} may have to instead include \libheaderref{utility}.

\diffref{namespace.posix}
Expand Down

0 comments on commit 2d3ac36

Please sign in to comment.