Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@

\begin{itemdescr}
\pnum
\templalias \tcode{Ptr::rebind<U>} if
\result \tcode{Ptr::rebind<U>} if
the \grammarterm{qualified-id} \tcode{Ptr::rebind<U>} is valid and denotes a
type\iref{temp.deduct}; otherwise,
\tcode{SomePointer<U, Args>} if
Expand Down Expand Up @@ -1833,7 +1833,7 @@

\begin{itemdescr}
\pnum
\templalias \tcode{Alloc::rebind<T>::other} if
\result \tcode{Alloc::rebind<T>::other} if
the \grammarterm{qualified-id} \tcode{Alloc::rebind<T>::other} is valid and denotes a
type\iref{temp.deduct}; otherwise,
\tcode{Alloc<T, Args>} if \tcode{Alloc} is a class template instantiation
Expand Down