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

std::unordered_map can be used instead of boost::unordered_map in layerStackRegistry.cpp #2226

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

Comments

@nvmkuruc
Copy link
Collaborator

nvmkuruc commented Jan 31, 2023

Description of Issue

std::unordered_map can be used as a drop in replacement for most of the usage of boost::unordered_map in layerStackRegistry.cpp.

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.

@nvmkuruc nvmkuruc changed the title robin_map can be used instead of boost::unordred_map in layerStackRegistry.cpp std::unordered_map can be used instead of boost::unordred_map in layerStackRegistry.cpp Jan 31, 2023
@nvmkuruc nvmkuruc changed the title std::unordered_map can be used instead of boost::unordred_map in layerStackRegistry.cpp std::unordered_map can be used instead of boost::unordered_map in layerStackRegistry.cpp Jan 31, 2023
@tallytalwar
Copy link
Contributor

Filed as internal issue #USD-7954

@nvmkuruc
Copy link
Collaborator Author

Closing, as this was addressed by #2227

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