From fe9082b4445245e9fe39856c2d4480c6ed60ab33 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Mon, 13 Jul 2026 17:27:35 -0400 Subject: [PATCH] [utility.swap] Specify which two locations' values are swapped LWG4056 is related; it was resolved NAD. But that simply means the clarification must be an editorial issue. So here's the edit. --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index 02e3e7b7a6..88aeb6138c 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -284,7 +284,7 @@ \pnum \effects -Exchanges values stored in two locations. +Exchanges the values of \tcode{a} and \tcode{b}. \pnum \remarks