Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[re.regex.const] missing multiline from LWG2503 #1129

Closed
cubbimew opened this issue Nov 25, 2016 · 1 comment
Closed

[re.regex.const] missing multiline from LWG2503 #1129

cubbimew opened this issue Nov 25, 2016 · 1 comment
Assignees

Comments

@cubbimew
Copy link
Contributor

LWG2503 added multiline to std::regex_constants (bf6a98d), but did not add it to std::basic_regex, which contains clones of all other syntax options ([re.regex.const] with synopsis in [re.regex]/3)

Does it still qualify as editorial? The text in [re.regex.const] says "The static constant members are provided as synonyms for the constants declared in namespace regex_constants.", but pedantically speaking it doesn't say "all constants defined" and so is not a contradiction.

@jensmaurer
Copy link
Member

Personally, I believe the intent is clear, thus adding "multiline" to [re.regex.const] seems editorial to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants