C++11 Garbage Collector - Why and Hows

前端 未结 3 936
无人及你
无人及你 2020-12-23 19:54

In C++11\'s language feature list there is:

Minimal support for garbage collection and reachability-based leak detection

(but

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 20:30

    From Bjarne Stroustrup:

    Actually, what I said was something like "When (not if) automatic garbage collection becomes part of C++, it will be optional".

    http://www.stroustrup.com/slashdot_interview.html

提交回复
热议问题