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

Replace boost::iterator_facade with explicit iterator definition in childrenProxy.h #2540

Merged

Conversation

nvmkuruc
Copy link
Collaborator

Description of Change(s)

  • Replace iterator_facade with explicit implementation for SdfChildrenProxy's internal iterator

Fixes Issue(s)

  • I have verified that all unit tests pass with the proposed changes
  • I have submitted a signed Contributor License Agreement

friend class boost::iterator_core_access;
reference operator*() const { return dereference(); }
pointer operator->() const { return pointer(dereference()); }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is off by one space in the body of both these operators.

@jesschimein
Copy link
Contributor

Filed as internal issue #USD-8505

@pixar-oss pixar-oss merged commit 94437e0 into PixarAnimationStudios:dev Jul 27, 2023
@nvmkuruc nvmkuruc deleted the sdfchildrenproxyfacade branch December 29, 2023 03:12
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.

4 participants