I'm sure something like this has been posted quite a bit, but I
thought I'd try this for the heck of it.
Looking at unique_ptr.h, oof, that ugly. So this is what I have
so far.
This to note
- since templates can't except function arguments, I thought I'd
make use of alias arguments and Alia
On Wednesday, 27 March 2019 at 19:18:17 UTC, Mike Wey wrote:
That because of the way the dmd and the linker interpret the
arguments.
-L tell dmd to pass the command that follows to the linker.
To tell the linker to link with a library in a known location
you would use the -l flag.
For the