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

Fix typo in example of shared_from_this #427

Closed
wants to merge 1 commit into from

Conversation

Quuxplusone
Copy link
Contributor

Shared ownership is properly indicated by testing p.owner_before(q), not merely p < q.

Shared ownership is properly indicated by testing `p.owner_before(q)`,
not merely `p < q`.
@jwakely
Copy link
Member

jwakely commented Apr 14, 2015

Clearly not a typo, the example just wasn't updated when the TR1 less-than semantics were changed. Fixed at bcda144

@jwakely jwakely closed this Apr 14, 2015
@Quuxplusone Quuxplusone deleted the owner_before_typo branch February 5, 2019 19:27
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