Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading