On Monday, 13 July 2020 at 12:57:52 UTC, Adam D. Ruppe wrote:
On Monday, 13 July 2020 at 09:34:35 UTC, zoujiaqing wrote:# dmd source/main.d Canvas.o -L-lstdc++ && ./main [1] 49078 segmentation fault ./mainOn my computer I got this warning out of the compiler:libstdc++ std::__cxx11::basic_string is not yet supported; the struct contains an interior pointer which breaks D move semantics!sounds like it might be a known limitation.
Thanks Adam, but D link to C++ very hard?