[SAoC] Move semantics and STL containers

bachmeier no at spam.net
Wed Dec 11 17:02:47 UTC 2019


On Wednesday, 11 December 2019 at 16:56:40 UTC, Suleyman wrote:
> Week 11:
>
> GCC and Clang versions of std::vector were ported. Like the 
> windows port version there is not range API yet, only arrays 
> are accepted, for this reason the bitmap packed vector<bool> is 
> not yet implemented. The Range interface is on the TODO list 
> for the future.

Could you expand a bit on this? Does it mean I can call a C++ 
function taking std::vector<double> as an argument with a 
double[] allocated on the D side?


More information about the Digitalmars-d mailing list