diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-09 13:07:01 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-20 16:26:02 +0300 |
commit | 0f5307a4a67d79fcd920ce2f7d1e40da65dcb846 (patch) | |
tree | 3d06deeee83caf15841d1d5dc53167afdbf64e6f /docs/markdown | |
parent | 83c4d8f1fedba1661ae7de56b706cb41eb22d90f (diff) | |
download | meson-0f5307a4a67d79fcd920ce2f7d1e40da65dcb846.zip meson-0f5307a4a67d79fcd920ce2f7d1e40da65dcb846.tar.gz meson-0f5307a4a67d79fcd920ce2f7d1e40da65dcb846.tar.bz2 |
document c_std=c2y in release notes
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/c2y.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/c2y.md b/docs/markdown/snippets/c2y.md new file mode 100644 index 0000000..4b647f8 --- /dev/null +++ b/docs/markdown/snippets/c2y.md @@ -0,0 +1,4 @@ +## New C standard `c2y` (and `gnu2y`) + +The `c2y`` standard and its companion `gnu2y` are now supported +when using either Clang 19.0.0 or newer, or GCC 15.0.0 or newer. |