[SAoC] Move semantics and STL containers

Suleyman sahmi.soulaimane at gmail.com
Thu Dec 19 03:38:02 UTC 2019


Week 12:

The remaining parts of std::string were implemented. These are:

* atomic ref counting in the GCC version.
* growing with resize().
* reserve(), shrink_to_fit(), insert(), replace(), and swap().

link to `core.stdcpp.string` pull request 
https://github.com/dlang/druntime/pull/2878.



More information about the Digitalmars-d mailing list