From 2c13b8c88d2a745e607f7dc35c8029ccd0fb2b70 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 4 Nov 2025 09:56:22 +0800 Subject: [PATCH] [re.regex.general] Fix indentation for member types of `basic_regex` After removing redundant `typename`, some indent spaces no longer make sense and thus should be removed. --- source/text.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/text.tex b/source/text.tex index 73c9c05d54..abdd2dd2ba 100644 --- a/source/text.tex +++ b/source/text.tex @@ -10339,10 +10339,10 @@ class basic_regex { public: // types - using value_type = charT; - using traits_type = traits; + using value_type = charT; + using traits_type = traits; using string_type = traits::string_type; - using flag_type = regex_constants::syntax_option_type; + using flag_type = regex_constants::syntax_option_type; using locale_type = traits::locale_type; // \ref{re.synopt}, constants