We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856b680 commit 03e9583Copy full SHA for 03e9583
talk/morelanguage/lambda.tex
@@ -329,7 +329,7 @@
329
\item Without captures, are default-constructible and assignable
330
\end{itemize}
331
\end{block}
332
- \begin{exampleblock}{Examples}
+ \begin{exampleblockGB}{Example}{https://godbolt.org/z/GoE6xM8EG}{\texttt{lambda \cpp20}}
333
\small
334
\begin{cppcode*}{gobble=2}
335
struct S {
@@ -339,7 +339,7 @@
339
340
std::set<T, decltype([](T a, T b) { ... })> s2;
341
\end{cppcode*}
342
- \end{exampleblock}
+ \end{exampleblockGB}
343
344
\end{frame}
345
0 commit comments