We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fd27f commit ab932dbCopy full SHA for ab932db
include/swift/ABI/Task.h
@@ -271,7 +271,7 @@ class AsyncTask : public HeapObject, public Job {
271
/// Mask used for the low status bits in a wait queue item.
272
static const uintptr_t statusMask = 0x03;
273
274
- const uintptr_t storage;
+ uintptr_t storage;
275
276
Status getStatus() const {
277
return static_cast<Status>(storage & statusMask);
0 commit comments