-
Notifications
You must be signed in to change notification settings - Fork 127
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
exit with 0 if capture wasn't optimizable #1389
exit with 0 if capture wasn't optimizable #1389
Conversation
CI gfxreconstruct build queued with queue ID 96654. |
CI gfxreconstruct build # 3602 running. |
CI gfxreconstruct build queued with queue ID 96666. |
CI gfxreconstruct build # 3603 running. |
CI gfxreconstruct build queued with queue ID 96691. |
CI gfxreconstruct build # 3604 running. |
CI gfxreconstruct build queued with queue ID 96704. |
CI gfxreconstruct build # 3605 running. |
CI gfxreconstruct build queued with queue ID 96717. |
CI gfxreconstruct build # 3606 running. |
CI gfxreconstruct build # 3606 passed. |
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.
Only nit is that I prefer giving member variables in classes default values (like false) rather than using an initializer list in a constructor, but that's not something to fix in this PR - just stating my preference.
Gave it a spin on my local machine and didn't see any cause for concern.
If there was any PR to squash into a single commit, its this one due to the need to fix formatting issues. |
I agree but I decided to match the existing style, which I think is important. |
omg clang-format |
No description provided.