aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/objc-cpp.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-04-28 20:33:51 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-28 20:33:51 +0300
commit14cf183194768449e571fc6e5b7e20f10afde30f (patch)
tree9b2e74c847ca312767c464863f0ec44cfdf7ced2 /docs/markdown/snippets/objc-cpp.md
parent5e8d34b32f7ad026d3091344d203784ad3e81cd9 (diff)
downloadmeson-14cf183194768449e571fc6e5b7e20f10afde30f.zip
meson-14cf183194768449e571fc6e5b7e20f10afde30f.tar.gz
meson-14cf183194768449e571fc6e5b7e20f10afde30f.tar.bz2
Add release notes for 1.8 that I forgot.
Diffstat (limited to 'docs/markdown/snippets/objc-cpp.md')
-rw-r--r--docs/markdown/snippets/objc-cpp.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/objc-cpp.md b/docs/markdown/snippets/objc-cpp.md
deleted file mode 100644
index 3d22ccb..0000000
--- a/docs/markdown/snippets/objc-cpp.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## 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.