Language:

en_US

switch to room list switch to menu My folders
Improving _Generic in C2y
The first two meetings of C after C23 was finalized are over, and we have started working on C2y. We decided that this cycle we’re not going to do that “Bugfix” followed by “Release” stuff, because that proved to be a REALLY bad idea that killed a ton of momentum and active contributors during the C11 to C17 timeframe. So, this time, we’re hitting both bugfixes AND features so we can make sure we don’t lose valuable contributions and fixes by stalling for 5 to 6 years again. So, with that…



Posted by rss <> on Thu Aug 01 2024 00:00:00 UTC
0 comments 0 new | permalink
Constant Integer Type Declarations Initilized With Constant Expressions Should Be Constants
Constant integer-typed (including enumeration-typed) object declarations in C that are immediately initialized with an integer constant expression should just be constant expressions. That’s it.



Posted by rss <> on Sun Jun 16 2024 00:00:00 UTC
0 comments 0 new | permalink
Why Not Just Do Simple C++ RAII in C?
Ever since I finished publishing the “defer” paper and successfully defended it on its first go-around (it now has tentative approval to go to a Technical Specification, I just need to obtain the necessary written boilerplate to do so), an old criticism



Posted by rss <> on Tue May 21 2024 00:00:00 UTC
0 comments 0 new | permalink
Implementing #embed for C and C++
I received a few complaints that #embed was difficult to implement and hard to optimize. And, the people making these claims



Posted by rss <> on Thu Oct 19 2023 00:00:00 UTC
0 comments 0 new | permalink
Binary Banshees and Digital Demons
The Committee says these things do not exist. The Committee says these things are invisible, not our business, and not something we can or should talk about.



Posted by rss <> on Mon Sep 20 2021 00:00:00 UTC
0 comments 0 new | permalink