blob: 3d22ccb7ae7e0d97b4782d5b78e6f302381ef387 (
plain)
1
2
3
4
5
6
7
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.
|