-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Change enum SizeApproximationFlags to enum class #9604
Conversation
a5af530
to
1c9941e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @akankshamahajan15 for the PR. left a few comments.
Summary: Change enum SizeApproximationFlags to enum and class and add overloaded operators for the class. Test Plan: Circle CI jobs
1c9941e
to
d2e625f
Compare
ah, Java needs to be fixed too |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Oh yes. Java build is failing. Do we need to add overloading operators as well in Java? |
No, they're optional / for convenience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ajkr has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…)" This reverts commit 3699b17.
Summary: Change enum SizeApproximationFlags to enum and class and add
overloaded operators for the transition between enum class and uint8_t
Test Plan: Circle CI jobs