Hacker News new | ask | show | jobs
by nierro 2962 days ago
GCC supports RAII through cleanup variable attribute (https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribute...) though.