swift
22ddee9d
- Add `FlagSet::getField` constexpr annotation
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Add `FlagSet::getField` constexpr annotation In the backdeploy library, `ActiveTaskStatus` takes `JobFlags::getPriority()` in the constexpr constructor; however, `JobFlags::getPriority()` isn't constexpr, so this is incorrect.
References
#60637 - Add `FlagSet::getField` constexpr annotation
Author
etcwilde
Committer
etcwilde
Parents
dc383750
Loading