-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
boost::totally_ordered
can be replaced with explicit operator overloads
#2250
Comments
I have a fix. |
This was referenced Feb 8, 2023
Filed as internal issue #USD-7984 |
This was referenced Feb 8, 2023
Merged
This was referenced Feb 16, 2023
This was referenced Jun 26, 2023
2 tasks
This was addressed by several PRs last year. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Issue
boost::totally_ordered
addsoperator!=
,operator>
,operator<=
, andoperator>=
to any derived class. Explicit implementation of these operators would remove this dependency on boost.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: