From 2d3ac367d8605d7172151726e873daea295a573a Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:15:46 +0100 Subject: [PATCH] [diff.cpp03.library] Correct \effect to \change - Correct \effect to \change. - Add period at end. - Add \tcode for swap. --- source/compatibility.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index 51ba5f6b24..cc442c3e0f 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -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}