diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-05-08 00:23:11 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-05-08 00:43:33 +0300 |
commit | b29df2626723000039281a0238ca5d97b73bee7b (patch) | |
tree | 5b49bc17281d8aecf898975f68c38fdabae51a92 /docs | |
parent | d433abf89cfe6be640d7a913bfdd4ae723f8b573 (diff) | |
download | meson-b29df2626723000039281a0238ca5d97b73bee7b.zip meson-b29df2626723000039281a0238ca5d97b73bee7b.tar.gz meson-b29df2626723000039281a0238ca5d97b73bee7b.tar.bz2 |
Make objective C use C standard version. Closes #5495.objversions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/objcversion.md | 6 |
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. |