Elektrine lite

← Feed

@alison@burningboard.net

Post #1892858

2026-05-02 20:24 UTC

@thephd@pony.social @poliorcetics@social.treehouse.systems Is __Generic already part of C? I always enjoyed seeing more of the internal in GDB: (gdb) p *process_secondary_params $1 = {_Bool (struct parser_props *, char *)} 0x3523a

Replies (1)

  • @thephd@pony.social 2026-05-02 23:23

    @alison@burningboard.net @poliorcetics@social.treehouse.systems _Generic comes from C11, yeah. It's been there for 15 years, but I believe MSVC was lagging on it until very recently (like 1.5 years ago?)

    Open ##1897224