From 5b01c73e0023da6344c6bc86babe15e9d3bb8b53 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Fri, 31 Oct 2025 14:36:29 +0100 Subject: [PATCH] Correct a godbolt link for modules. --- talk/expert/modules.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk/expert/modules.tex b/talk/expert/modules.tex index 52fc0cfa..0d4fa555 100644 --- a/talk/expert/modules.tex +++ b/talk/expert/modules.tex @@ -116,7 +116,7 @@ export Ratio golden() { ... } // golden is visible \end{cppcode*} \end{exampleblock} - \begin{exampleblockGB}{main.cpp}{https://godbolt.org/z/n95rdxPdos}{Modules example} + \begin{exampleblockGB}{main.cpp}{https://godbolt.org/z/G51Pq9Tbj}{Modules example} \begin{cppcode*}{} import math; import ;