Hacker News new | ask | show | jobs
by nicce 23 days ago
RAII in C++ is optional and not enforced everywhere. It certainly helps if you use it. In Rust you can't turn it off.
1 comments

unsafe?