diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-05-08 00:23:11 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-05-11 22:47:17 +0300 |
commit | c54dd63547b030e3d9feee694ec6f49c434f0df8 (patch) | |
tree | f759bd9c8ab64a0cdda5918ebc3a832e017027e4 /docs | |
parent | 8f12102549348f3dd24d72633f3f8f82258e8a0a (diff) | |
download | meson-c54dd63547b030e3d9feee694ec6f49c434f0df8.zip meson-c54dd63547b030e3d9feee694ec6f49c434f0df8.tar.gz meson-c54dd63547b030e3d9feee694ec6f49c434f0df8.tar.bz2 |
Make objective C use C standard version. Closes #5495.
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. |