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

Prefer std::reverse_iterator instead of boost::reverse_iterator #2202

Closed
nvmkuruc opened this issue Jan 26, 2023 · 3 comments
Closed

Prefer std::reverse_iterator instead of boost::reverse_iterator #2202

nvmkuruc opened this issue Jan 26, 2023 · 3 comments

Comments

@nvmkuruc
Copy link
Collaborator

Description of Issue

std::reverse_iterator is already used in several places in the USD code base. Switching boost::reverse_iterator usage to this reduces the number of dependencies on boost.

Steps to Reproduce

N/A

System Information (OS, Hardware)

N/A

Package Versions

N/A

Build Flags

N/A

@nvmkuruc
Copy link
Collaborator Author

I have a fix.

@sunyab
Copy link
Contributor

sunyab commented Jan 27, 2023

Filed as internal issue #USD-7921

@nvmkuruc nvmkuruc changed the title Prefer std::reverse_iterator instead of boost::reverse_iterator Prefer std::reverse_iterator instead of boost::reverse_iterator Jan 30, 2023
@nvmkuruc
Copy link
Collaborator Author

Closing as this was fixed in #2333

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

No branches or pull requests

2 participants