Skip to content

Commit 3be9b08

Browse files
committed
Add cppinsight links to perfect forwarding and variadic templates.
1 parent c057dfc commit 3be9b08

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
@@ -274,7 +274,7 @@
274274

275275
\begin{frame}[fragile]
276276
\frametitlecpp[11]{Perfect forwarding}
277-
\begin{exampleblock}{Example - putting it all together}
277+
\begin{exampleblock}{Example - putting it all together \hfill \cppinsightLink{https://cppinsights.io/s/21f8fe90}}
278278
\begin{cppcode}
279279
template <typename... T>
280280
void wrapper(T&&... args) {

talk/expert/variadictemplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

167167
\begin{frame}[fragile]
168168
\frametitlecpp[14]{\texttt{std::integer\_sequence}}
169-
\begin{exampleblock}{Example - make\_from\_tuple with helper}
169+
\begin{exampleblock}{Example - make\_from\_tuple with helper \hfill \cppinsightLink{https://cppinsights.io/s/f4200401}}
170170
\begin{cppcode*}{}
171171
template<typename T,
172172
typename... Args, std::size_t... Is>

0 commit comments

Comments
 (0)