Skip to content

tiny fixes (stL->standard library and extra godbold link) #527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion talk/morelanguage/morestl.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsection[More]{More STL}
\subsection[STD]{Standard library}

\begin{frame}[fragile]
\frametitlecpp[17]{\texttt{std::string\_view} \cpprefLink{https://en.cppreference.com/w/cpp/string/basic_string_view}}
Expand Down