Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 217200d

Browse files
Fix a compile error by pulling a code block out of itemize.
1 parent a2fec7d commit 217200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎talk/morelanguage/lambda.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@
287287
\end{itemize}
288288
\end{block}
289289
\begin{block}{Explicit template parameters (\cpp20)}
290-
\begin{itemize}
291290
\begin{cppcode*}{linenos=false,gobble=4}
292291
auto add = []<typename T>(T a, T b)
293292
{ return a + b; };
294293
\end{cppcode*}
294+
\begin{itemize}
295295
\item The types of \cppinline{a} and \cppinline{b} must be the same.
296296
\end{itemize}
297297
\end{block}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /