Hacker News new | ask | show | jobs
by qznc 3884 days ago
Could you elaborate? What about the C++ 11/14 model improves memory safety?
1 comments

I imagine he/she means the newly introduced C++ Core Guidelines with the _prt<>() and _view() classes, and the adoption of Rust like lifetime analysis for static analysers.