We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basic_regex
1 parent ca8bf9a commit 726f686Copy full SHA for 726f686
source/text.tex
@@ -10339,10 +10339,10 @@
10339
class basic_regex {
10340
public:
10341
// types
10342
- using value_type = charT;
10343
- using traits_type = traits;
+ using value_type = charT;
+ using traits_type = traits;
10344
using string_type = traits::string_type;
10345
- using flag_type = regex_constants::syntax_option_type;
+ using flag_type = regex_constants::syntax_option_type;
10346
using locale_type = traits::locale_type;
10347
10348
// \ref{re.synopt}, constants
0 commit comments