Comment by pjmlp
3 months ago
I very much doubt it, when someone decides to make full of use of recent ISO C on a C library header file.
I claim they aren't focused on what matters, we don't need C++isms into C, we already have C++, and C should have been done as language back in C89.
Anyone that wanted more has always been able to use C++ instead, or Objective-C on Apple/NeXT land.
What we need is for WG14 to finally take security regarding strings, arrays seriouslys, not yet another reboot of functions using (ptr, length) pairs.
> I very much doubt it, when someone decides to make full of use of recent ISO C on a C library header file.
I have tested this WRT _Generic as it was a concern. It turns out that GCC will accept it on older versions, which permits compatibility. You might feel that this is wrong, but that is how things are right now.