Attempt at creating a simpler unique_ptr

2019-03-28 Thread Alec Stewart via Digitalmars-d-learn
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

Re: Request some GtkD Assistance

2019-03-28 Thread Andrew Edwards via Digitalmars-d-learn
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