Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

C++ does not have garbage collection in the standard library, just as shared_ptr was not part of the standard library in the past. You can currently have optional garbage collection in C++: https://github.com/pebal/sgcl


C++ can do pretty much anything, but that doesn't mean that it’s typical to do so. In practice, you will never see a garbage collector in C++.


You may be surprised. Herb Sutter wants to add optional GC to C++ 'syntax 2'.


Sitter’s idea in that is a different matter entirely.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: