Did you know that the C++ standard had library support for grabage collection?
And did you know that it's being removed in C++23 because nobody was using it?
There are several successful garbage collectors for C++, but their design differ from what's offered by std.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2186r2.html
#programming #cpp