From 4c19a06f5df9fcf26f934aaa8c8417dc6301ba44 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 16 May 2025 09:50:45 +0200 Subject: [PATCH] [re.regiter.general] Move const into \tcode --- source/text.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text.tex b/source/text.tex index f58f5f4fa6..191b34fcb9 100644 --- a/source/text.tex +++ b/source/text.tex @@ -12238,8 +12238,8 @@ constructs an end-of-sequence iterator object, which is the only legitimate iterator to be used for the end condition. The result of \tcode{operator*} on an end-of-sequence iterator is not -defined. For any other iterator value a const -\tcode{match_results\&} is returned. The result of +defined. For any other iterator value a +\tcode{const match_results\&} is returned. The result of \tcode{operator->} on an end-of-sequence iterator is not defined. For any other iterator value a \tcode{const match_results*} is returned. It is impossible to store things into \tcode{regex_iterator}s. Two