Live data from Hacker News

Demystifying the Restrict Keyword (2006)

cellperformance.beyond3d.com

1–2 of 2 posts

Re: Demystifying the Restrict Keyword (2006)

#2
> For example Microsoft's compiler, does not support the C99 standard at all.

...in the meantime, restrict is supported in MSVC as regular C keyword, but it took them until VS2019 (specifically compiler version v19.27) - (20 years after the C99 standard was released, and 13 years after this article was written!) while most other important C99 features were "already" (/s) implemented between VS2015 and VS2017.