From 3726b4c5c11c48a2024a7f2b8afb40ca7a02ad5c Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Thu, 13 Nov 2025 15:43:00 -0800 Subject: [PATCH] SE-0495 switch to proper form for "implemented" --- proposals/0495-cdecl.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proposals/0495-cdecl.md b/proposals/0495-cdecl.md index 74ce05a411..291a306737 100644 --- a/proposals/0495-cdecl.md +++ b/proposals/0495-cdecl.md @@ -3,8 +3,7 @@ * Proposal: [SE-0495](0495-cdecl.md) * Author: [Alexis Laferrière](https://github.com/xymus) * Review Manager: [Steve Canon](https://github.com/stephentyrone) -* Status: **Active Review (September 25th...October 9th, 2025)** -* Implementation: On `6.3`. With the exception of the `@objc` support for global functions which is not yet implemented. +* Status: **Implemented (Swift 6.3)** * Review: ([pitch](https://forums.swift.org/t/pitch-formalize-cdecl/79557))([review](https://forums.swift.org/t/se-0495-c-compatible-functions-and-enums/82365)) ## Introduction