From c54dd63547b030e3d9feee694ec6f49c434f0df8 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 8 May 2021 00:23:11 +0300 Subject: Make objective C use C standard version. Closes #5495. --- docs/markdown/snippets/objcversion.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/objcversion.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1