From f7787393321c084280d5f13d0beaf941ba8d6743 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Tue, 4 Nov 2025 13:39:29 -1000 Subject: [PATCH] [atomics.ref.pointer] Do not refer to T Fixes US 195-313 (C++26 NB). --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 166a8a2464..3cbfd3b134 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -4332,7 +4332,7 @@ \begin{itemdescr} \pnum \mandates -\tcode{T} is a complete object type. +\tcode{remove_pointer_t<\placeholder{pointer-type}>} is a complete object type. \pnum \expects