Skip to content

Commit 03e9583

Browse files
Sebastien Poncesponce
Sebastien Ponce
authored andcommitted
Added godbold link for the last lambda example
1 parent 856b680 commit 03e9583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: talk/morelanguage/lambda.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
\item Without captures, are default-constructible and assignable
330330
\end{itemize}
331331
\end{block}
332-
\begin{exampleblock}{Examples}
332+
\begin{exampleblockGB}{Example}{https://godbolt.org/z/GoE6xM8EG}{\texttt{lambda \cpp20}}
333333
\small
334334
\begin{cppcode*}{gobble=2}
335335
struct S {
@@ -339,7 +339,7 @@
339339

340340
std::set<T, decltype([](T a, T b) { ... })> s2;
341341
\end{cppcode*}
342-
\end{exampleblock}
342+
\end{exampleblockGB}
343343

344344
\end{frame}
345345

0 commit comments

Comments
 (0)