From 01765aca0feab63de3ddfb1465f751c66365a776 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:20:17 +0100 Subject: [PATCH] [list.overview] Fix \ref to \iref --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index c9599cfae5..74270afead 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -9074,7 +9074,7 @@ \pnum The types \tcode{iterator} and \tcode{const_iterator} meet -the constexpr iterator requirements\ref{iterator.requirements.general}. +the constexpr iterator requirements\iref{iterator.requirements.general}. \begin{codeblock} namespace std {