Skip to content

Commit

Permalink
Added godbold link for the last lambda example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ponce authored and sponce committed Sep 20, 2024
1 parent 856b680 commit 03e9583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talk/morelanguage/lambda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
\item Without captures, are default-constructible and assignable
\end{itemize}
\end{block}
\begin{exampleblock}{Examples}
\begin{exampleblockGB}{Example}{https://godbolt.org/z/GoE6xM8EG}{\texttt{lambda \cpp20}}
\small
\begin{cppcode*}{gobble=2}
struct S {
Expand All @@ -339,7 +339,7 @@

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

\end{frame}

Expand Down

0 comments on commit 03e9583

Please sign in to comment.