druntime: Include core.stdcpp.* modules#3158
Conversation
|
How do you feel about the lib[std]c++ dependency? The upstream PR is dlang/druntime#2788. |
|
Got back to this and reworked it to avoid C++ runtime dependencies. A few non-virtual functions are still declared only, but the D vtable should now be populatable (no more linker errors for the druntime test runners) and the D implementations ( Note that populating the D vtable with non-conflicting |
|
Reworked with I've also ported druntime's stdcpp integration tests on Windows from DigitalMars make to GNU make, so that they are tested with LDC too. They take about 37 seconds on my box (not parallelized) and cover more modules than Posix hosts (e.g., |
Fixes #3103.