aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/objc-cpp.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/objc-cpp.md')
-rw-r--r--docs/markdown/snippets/objc-cpp.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/objc-cpp.md b/docs/markdown/snippets/objc-cpp.md
new file mode 100644
index 0000000..3d22ccb
--- /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.