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

Swap effects of basic_regex::operator= and assign #616

Merged
merged 1 commit into from Feb 9, 2016
Merged

Swap effects of basic_regex::operator= and assign #616

merged 1 commit into from Feb 9, 2016

Conversation

mclow
Copy link
Contributor

@mclow mclow commented Feb 9, 2016

Currently, basic_regex::operator= is defined in terms of assign. This is different from what basic_string (and possibly others) do.
Swap the descriptions so that assign is now defined in terms of operator=. No functional change to either is intended.

Currently, `basic_regex::operator=` is defined in terms of assign. This is different from what `basic_string` (and possibly others) do.
Swap the descriptions so that `assign` is now defined in terms of `operator=`. No functional change to either is intended.
zygoloid added a commit that referenced this pull request Feb 9, 2016
[re.regex.assign] Swap effects of `basic_regex::operator=` and `assign`
@zygoloid zygoloid merged commit d96c47b into cplusplus:master Feb 9, 2016
mclow added a commit to cplusplus/LWG that referenced this pull request Feb 10, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants