From 945e52782985d6c8fff710909459f056770439c4 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Fri, 15 Aug 2025 15:00:17 +0800 Subject: [PATCH 1/3] [pointer.traits.types] Replace "Alias template" with "Result" --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index 8ad74c9351..5d45d80303 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -837,7 +837,7 @@ \begin{itemdescr} \pnum -\templalias \tcode{Ptr::rebind} if +\result \tcode{Ptr::rebind} if the \grammarterm{qualified-id} \tcode{Ptr::rebind} is valid and denotes a type\iref{temp.deduct}; otherwise, \tcode{SomePointer} if From 72359ae477014131c3463555baed33d5909739b4 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Fri, 15 Aug 2025 15:00:49 +0800 Subject: [PATCH 2/3] [allocator.traits.types] Replace "Alias template" with "Result" --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index 5d45d80303..4b48b04b0b 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -1833,7 +1833,7 @@ \begin{itemdescr} \pnum -\templalias \tcode{Alloc::rebind::other} if +\result \tcode{Alloc::rebind::other} if the \grammarterm{qualified-id} \tcode{Alloc::rebind::other} is valid and denotes a type\iref{temp.deduct}; otherwise, \tcode{Alloc} if \tcode{Alloc} is a class template instantiation From 5c089f411f6b3597d19200d5d63bfe15f9f7acb5 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Fri, 15 Aug 2025 15:01:04 +0800 Subject: [PATCH 3/3] macros.tex: Remove no longer used "Alias template" --- source/macros.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/source/macros.tex b/source/macros.tex index 39577ed108..2ed147772a 100644 --- a/source/macros.tex +++ b/source/macros.tex @@ -379,7 +379,6 @@ \newcommand{\result}{\Fundesc{Result}} \newcommand{\returntype}{\Fundesc{Return type}} \newcommand{\ctype}{\Fundesc{Type}} -\newcommand{\templalias}{\Fundesc{Alias template}} %% Cross-reference \newcommand{\xref}[1]{\textsc{See also:}\space #1}