aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-05-08 00:23:11 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-05-08 00:43:33 +0300
commitb29df2626723000039281a0238ca5d97b73bee7b (patch)
tree5b49bc17281d8aecf898975f68c38fdabae51a92 /docs/markdown
parentd433abf89cfe6be640d7a913bfdd4ae723f8b573 (diff)
downloadmeson-objversions.zip
meson-objversions.tar.gz
meson-objversions.tar.bz2
Make objective C use C standard version. Closes #5495.objversions
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/objcversion.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/objcversion.md b/docs/markdown/snippets/objcversion.md
new file mode 100644
index 0000000..9825c80
--- /dev/null
+++ b/docs/markdown/snippets/objcversion.md
@@ -0,0 +1,6 @@
+## Objective C/C++ standard versions
+
+Objective C and C++ compilations will from now on use the language
+versions set in `c_std` and `cpp_std`, respectively. It is not
+possible to set the language version separately for Objective C and
+plain C.