Moving the kernel to modern C
Moving the kernel to modern C
Posted Mar 4, 2022 21:29 UTC (Fri) by foom (subscriber, #14868)In reply to: Moving the kernel to modern C by dvdeug
Parent article: Moving the kernel to modern C
> I'd point out your C++ examples are self-inflicted
Indeed, the C++ standard library designers often (but not always) act as if they have no ability to influence the core language design. And they may be correct, to some degree -- the language and library changes are done by different working groups within the standards committee, so there's going to be a greater organizational friction to get your change in, if you need to modify both.
