Skip to content

Commit c50861a

Browse files
committed
Two small formatting changes.
1 parent 4a545f2 commit c50861a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

talk/expert/perfectforwarding.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
\end{cppcode*}
140140
\end{block}
141141
\begin{itemize}
142-
\item Next to a template parameter, \mintinline{cpp}{&&} is not an rvalue, but a ``forwarding reference'' (aka. ``universal reference'')
142+
\item Next to a template parameter, \mintinline{cpp}{&&} is not an rvalue, but a ``forwarding reference'' (aka.\ ``universal reference'')
143143
\item \mintinline{cpp}{T&&} actual type depends on the arguments passed to func
144144
\begin{itemize}
145145
\item if an lvalue of type U is given, T is deduced to \mintinline{cpp}{U&}

talk/expert/sfinae.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
using enable_if_t = typename enable_if<B,T>::type;
192192
\end{cppcode*}
193193
\begin{itemize}
194-
\item If \mintinline{cpp}{B} is true, has a alias \mintinline{cpp}{type} to type \mintinline{cpp}{T}
194+
\item If \mintinline{cpp}{B} is true, has an alias \mintinline{cpp}{type} to type \mintinline{cpp}{T}
195195
\item otherwise, has no \mintinline{cpp}{type} alias
196196
\end{itemize}
197197
\end{block}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy