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

Change the return type of monotonic_buffer_resource's deleted assignment #1626

Merged
merged 1 commit into from Jul 30, 2017

Conversation

CaseyCarter
Copy link
Contributor

... to monotonic_buffer_resource& for consistency with the default definition of the builtin assignment operator. This change has no normative effect, it only eliminates the inconsistency as a potential source of confusion.

Since the return type of deleted functions is not observable, this change is editorial.

... to monotonic_buffer_resource& for consistency with the default definition of the builtin assignment operator. This change has no normative effect, it only eliminates the inconsistency as a potential source of confusion.

Since the return type of deleted functions is not observable, this change is editorial.
@jensmaurer jensmaurer added this to the C++20 milestone Jul 15, 2017
@zygoloid zygoloid merged commit 1314cc4 into cplusplus:master Jul 30, 2017
@CaseyCarter CaseyCarter deleted the monotonic_assignment_return branch July 30, 2017 16:16
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

3 participants