We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a368b commit 2d3ac36Copy full SHA for 2d3ac36
source/compatibility.tex
@@ -2340,12 +2340,12 @@
2340
invalid in this revision of \Cpp{}.
2341
2342
\diffref{swappable.requirements}
2343
-\effect
2344
-Function \tcode{swap} moved to a different header
+\change
+Function \tcode{swap} moved to a different header.
2345
\rationale
2346
Remove dependency on \libheaderref{algorithm} for \tcode{swap}.
2347
\effect
2348
-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
2349
\libheaderref{algorithm} may have to instead include \libheaderref{utility}.
2350
2351
\diffref{namespace.posix}
0 commit comments