Skip to content

Commit b769820

Browse files
committed
[Concurrency] uncomment isCancelled override decl
1 parent a7a2962 commit b769820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/toolchain/Compatibility56/CompatibilityOverrideConcurrency.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ OVERRIDE_TASK_GROUP(taskGroup_isEmpty, bool,
264264
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
265265
swift::, (TaskGroup *group), (group))
266266

267-
//OVERRIDE_TASK_GROUP(taskGroup_isCancelled, bool,
268-
// SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
269-
// swift::, (TaskGroup *group), (group))
267+
OVERRIDE_TASK_GROUP(taskGroup_isCancelled, bool,
268+
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
269+
swift::, (TaskGroup *group), (group))
270270

271271
OVERRIDE_TASK_GROUP(taskGroup_cancelAll, void,
272272
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),

0 commit comments

Comments
 (0)