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 TfHash to boost::hash #2172

Closed
nvmkuruc opened this issue Jan 18, 2023 · 2 comments
Closed

Prefer TfHash to boost::hash #2172

nvmkuruc opened this issue Jan 18, 2023 · 2 comments

Comments

@nvmkuruc
Copy link
Collaborator

nvmkuruc commented Jan 18, 2023

Description of Issue

A large number of the non-python boost dependencies in the USD code base are dependencies on boost/functional/hash. pxr/base/tf has its own hashing mechanism that has already been successfully integrated across the USD code base. Switching to it 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

@sunyab
Copy link
Contributor

sunyab commented Jan 18, 2023

Filed as internal issue #USD-7883

@nvmkuruc nvmkuruc changed the title Prefer TfHash to boost::hash Prefer TfHash to boost::hash Jan 30, 2023
@nvmkuruc
Copy link
Collaborator Author

nvmkuruc commented Feb 29, 2024

This is done.

grep -r boost::hash pxr/ only returns references to comments about hash_value ADL.

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