We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
boost::equality_comparable
operator!=
boost::equality_comparable adds operator!= to any derived class. Explicit implementation of operator!= would remove this dependency on boost.
boost
N/A
The text was updated successfully, but these errors were encountered:
I have a fix.
Sorry, something went wrong.
pxr/usd/sdf
Filed as internal issue #USD-7964
boost::totally_ordered
This was addressed by #2701 and #2237
No branches or pull requests
Description of Issue
boost::equality_comparable
addsoperator!=
to any derived class. Explicit implementation ofoperator!=
would remove this dependency onboost
.Steps to Reproduce
N/A
System Information (OS, Hardware)
N/A
Package Versions
N/A
Build Flags
N/A
The text was updated successfully, but these errors were encountered: