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} diff --git a/source/memory.tex b/source/memory.tex index 8ad74c9351..4b48b04b0b 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 @@ -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