[SAoC] Move semantics and STL containers

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Thu Dec 19 13:49:36 UTC 2019


On Thursday, 19 December 2019 at 03:46:56 UTC, Suleyman wrote:
> Recapitulation of milestone 3:
>
> * Ported GCC and Clang std::vector.
> * Implemented the rest of std::string for MSVC, GCC, and Clang.
> * Fixed issue 20235[1] which was a blocker for both std::string 
> and std::vector.
> * Fixed a mangling issues which was blocking std::pair.

std::pair is just a std::tuple, so does this mean std::tuple is 
usable?

(great effort, std::vector is important :-)



More information about the Digitalmars-d mailing list