From 03e9583880981d0401ca634e6b248d728e9acacb Mon Sep 17 00:00:00 2001 From: Sebastien Ponce Date: Thu, 19 Sep 2024 17:03:52 +0200 Subject: [PATCH] Added godbold link for the last lambda example --- talk/morelanguage/lambda.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talk/morelanguage/lambda.tex b/talk/morelanguage/lambda.tex index 49a3a0db..168fc295 100644 --- a/talk/morelanguage/lambda.tex +++ b/talk/morelanguage/lambda.tex @@ -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 { @@ -339,7 +339,7 @@ std::set s2; \end{cppcode*} - \end{exampleblock} + \end{exampleblockGB} \end{frame}