summaryrefslogtreecommitdiff
path: root/Examples/test-suite/d/cpp11_move_typemaps_runme.1.d
Commit message (Collapse)AuthorAgeFilesLines
* Drop D version 1Erez Geva2023-05-041-42/+0
| | | | See #2538
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+42
For implementing full move semantics when passing parameters by value. Based on SWIGTYPE && and std::unique_ptr typemaps which implement move semantics. Added for all languages, but untested for: Go, Ocaml, R, Scilab (and unlikely to be fully functional for same reasons as for std::unique_ptr support). Issue #999