From 83c4d8f1fedba1661ae7de56b706cb41eb22d90f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 9 Apr 2025 13:05:03 +0200 Subject: document improvements to Objective-C and Objective-C++ --- docs/markdown/snippets/objc-cpp.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/objc-cpp.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/objc-cpp.md b/docs/markdown/snippets/objc-cpp.md new file mode 100644 index 000000000..3d22ccb7a --- /dev/null +++ b/docs/markdown/snippets/objc-cpp.md @@ -0,0 +1,8 @@ +## Improvements to Objective-C and Objective-C++ + +Meson does not assume anymore that gcc/g++ always support +Objective-C and Objective-C++, and instead checks that they +can actually do a basic compile. + +Furthermore, Objective-C and Objective-C++ now support the +same language standards as C and C++ respectively. -- cgit v1.2.3