Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjmlp
2310 days ago
Actually C++11 introduced a GC API.
1 comments
gpderetta
2310 days ago
It seems to me that just a couple of do nothing placeholders were added to please Hans Boehm and get him to work on the c++ memory model :).
link
pjmlp
2309 days ago
Even so, there are the .NET, Unreal and COM/UWP programming models as well, which while not taking advantage of C++11 GC, do bring a GC into C++ world. :)
link