From e7f586ad2a0f8ff744e93372769bc3145706f665 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Thu, 3 Sep 2026 22:26:26 +0200 Subject: [PATCH] [stdatomic.h.syn] No longer speak of [u]intptr_t as optional Following P3248R5 (Require [u]intptr_t), intptr_t and uintptr_t are always present, so atomic_intptr_t and atomic_uintptr_t are always present too. --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 14c5aa4285..49e2aef057 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -7466,7 +7466,7 @@ \pnum Each of the \grammarterm{using-declaration}s for -\tcode{int$N$_t}, \tcode{uint$N$_t}, \tcode{intptr_t}, and \tcode{uintptr_t} +\tcode{int$N$_t} and \tcode{uint$N$_t} listed above is declared if and only if the implementation declares the corresponding \grammarterm{typedef-name} in \ref{atomics.syn}.