New and Unofficial OpenCV binding for D programming language
Nicholas Wilson
iamthewilsonator at hotmail.com
Sat Apr 6 12:36:31 UTC 2019
On Friday, 5 April 2019 at 15:52:42 UTC, Paolo Invernizzi wrote:
> Until we have copy ctors, D can't have structures with internal
> pointers, as they can be moved... that's something similar in
> C++ string, if I remember well, and that was the blocker that
> leaded to the copy ctors DIP...
That lead to the acceptance of DIP1014 (opPostMove) not 1018. Its
a move problem not a copy problem.
More information about the Digitalmars-d-announce
mailing list