Skip to content

Fix aliasing intrusive_ptr API oversights#11

Merged
BurningEnlightenment merged 1 commit intomasterfrom
dev/10-intrusive_ptr-fixes
Jul 28, 2022
Merged

Fix aliasing intrusive_ptr API oversights#11
BurningEnlightenment merged 1 commit intomasterfrom
dev/10-intrusive_ptr-fixes

Conversation

@BurningEnlightenment
Copy link
Copy Markdown
Contributor

  • Ensure (ptr == nullptr) <=> (handle == nullptr)
  • Add equality comparison operator

Purpose

Resolves #10

Solution Sketch

See associated issue.

@BurningEnlightenment BurningEnlightenment self-assigned this Jul 28, 2022
- Ensure (ptr == nullptr) <=> (handle == nullptr)
- Add equality comparison operator
@BurningEnlightenment BurningEnlightenment force-pushed the dev/10-intrusive_ptr-fixes branch from 2d3a370 to 7edbb1a Compare July 28, 2022 11:14
@BurningEnlightenment BurningEnlightenment merged commit b76d033 into master Jul 28, 2022
@BurningEnlightenment BurningEnlightenment deleted the dev/10-intrusive_ptr-fixes branch July 28, 2022 11:18
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.

aliasing intrusive ptr API deficiencies

1 participant