From bc82e921cc606130a39858d440caeeeaa7507b86 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Thu, 11 Jun 2026 10:11:21 +0800 Subject: [PATCH] [diff.cpp03.dcl.dcl] Use "unnamed" but not "anonymous" for namespace As we refer that term as "unnamed namespace" in [namespace.unnamed]. --- source/compatibility.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index e3512400d3..7f97796edc 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -2284,7 +2284,7 @@ \diffref{dcl.link} \change -Names declared in an anonymous namespace +Names declared in an unnamed namespace changed from external linkage to internal linkage; language linkage applies to names with external linkage only. \rationale