Getting completely (I mean ENTIRELY) rid off GC
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 13 14:46:45 PDT 2014
"Kagamin" <spam at here.lot> wrote:
> On Saturday, 13 September 2014 at 19:34:10 UTC, Andrei Alexandrescu wrote:
>> C++11 makes all refcounting implementations of std::string > illegal. -- Andrei
>
> Ah, so lifetime management can be rolled on top of string if needed? Hmm... makes sense.
No, it's all eager copy. std::string is thoroughly botched. A good
inexpensive lesson for us. -- Andrei
More information about the Digitalmars-d
mailing list