File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 211
211
\end {column }
212
212
\end {columns }
213
213
\end {block }
214
- \begin {exampleblock }{Some nice consequence }
214
+ \begin {exampleblock }{Some nice consequences }
215
215
\begin {itemize }
216
216
\item Lambda expressions create ordinary objects
217
217
\item They can be copied, moved, or inherited from
Original file line number Diff line number Diff line change 277
277
278
278
\begin {frame }[fragile]
279
279
\frametitlecpp [11]{\texttt {std::shared\_ ptr }}
280
- \begin {block }{\mintinline {cpp}{std::shared_ptr} : a reference counting pointer}
280
+ \begin {block }{\mintinline {cpp}{std::shared_ptr} : a reference- counting pointer}
281
281
\begin {itemize }
282
282
\item wraps a regular pointer similar to \cppinline {unique_ptr}
283
283
\item has move and copy semantic
You can’t perform that action at this time.
0 commit comments