C++23: Removing garbage collection support
C++23: Removing garbage collection support
www.sandordargo.com C++23: Removing garbage collection support
If we go through the list of C++23 features, we can stumble upon the notion of garbage collection twice. Once among the language and once among the library features. Both entries refer to the same paper (P2186R2): garbage collection (GC in short) support is getting removed from C++. Just to make it ...
0
comments