[SAoC] Move semantics and STL containers

Suleyman sahmi.soulaimane at gmail.com
Sat Dec 21 11:55:24 UTC 2019


On Thursday, 19 December 2019 at 13:49:36 UTC, Ola Fosheim 
Grøstad wrote:
> On Thursday, 19 December 2019 at 03:46:56 UTC, Suleyman wrote:
>> [...]
>
> std::pair is just a std::tuple, so does this mean std::tuple is 
> usable?

It was on the TODO list but since you asked for it here it is 
https://github.com/dlang/druntime/pull/2879. unique_ptr in the 
GCC implementation also uses std::tuple internally.


More information about the Digitalmars-d mailing list