$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] discussion of garbage collection in C++
From: Achilleas Margaritis (axilmar_at_[hidden])
Date: 2009-04-21 17:05:14
I believe that as well. GC in C++ is just another tool to solve a
specific set of problems. I do not think existing solutions that work
well that should be replaced with GC. But sometimes it is nice to have,
especially when development time is short.