-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[core] [wip attempt] No noexcept constructor to fix windows build #50761
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: dayshah <dhyey2019@gmail.com>
https://en.cppreference.com/w/cpp/language/union msvc error complains that StatusOr doesn't have it's default constructor because of data_. Maybe this explicitly initializing will work? |
Well it's still failing |
same here, memory_store_test is working, gcs_worker_manager is failing |
Signed-off-by: Dhyey Shah <dhyey2019@gmail.com>
oh i was not on top of the latest commit |
Why are these changes needed?
Trying to fix windows build with no noexcept constructor.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.