logoalt Hacker News

ueckertoday at 4:36 AM2 repliesview on HN

We are working towards this though and a lot of this already works:

https://godbolt.org/z/EP3cP3qGs


Replies

ueckertoday at 4:52 AM

It is a struggle though to get the improvements through the committee. Especially the C++ folks from the Clang side fight very hard against it, this is - for example - why we not have forward declarations where I already had weak consensus, but the clang area team made it clear they will never implement it.

show 1 reply
eqvinoxtoday at 5:00 AM

The vec macros currently there directly call realloc()… that's gonna exclude any custom allocator setups… and the string code uses the vecs :/

show 2 replies