Skip to content

Commit 726f686

Browse files
[re.regex.general] Fix indentation for members of basic_regex (cplusplus#8399)
1 parent ca8bf9a commit 726f686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/text.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10339,10 +10339,10 @@
1033910339
class basic_regex {
1034010340
public:
1034110341
// types
10342-
using value_type = charT;
10343-
using traits_type = traits;
10342+
using value_type = charT;
10343+
using traits_type = traits;
1034410344
using string_type = traits::string_type;
10345-
using flag_type = regex_constants::syntax_option_type;
10345+
using flag_type = regex_constants::syntax_option_type;
1034610346
using locale_type = traits::locale_type;
1034710347

1034810348
// \ref{re.synopt}, constants

0 commit comments

Comments
 (0)