From a87706c6a704f85ad66e161088dfaf7fcb340173 Mon Sep 17 00:00:00 2001 From: Jack Smith <127958572+Ninetailedcatfox@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:07:30 +0800 Subject: [PATCH] Remove LWG-4472 comment from atomic_ref --- stl/inc/atomic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/inc/atomic b/stl/inc/atomic index 384ebd3270..74e8181361 100644 --- a/stl/inc/atomic +++ b/stl/inc/atomic @@ -2291,7 +2291,7 @@ public: } } - explicit atomic_ref(_Ty&&) = delete; // per LWG-4472 + explicit atomic_ref(_Ty&&) = delete; atomic_ref(const atomic_ref&) noexcept = default;