adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 128 forks source link

likely a copy/paste thing #246

Closed passenger94 closed 4 years ago

passenger94 commented 4 years ago

I think you have a copy/paste issue in jni.d line 1243 : static if(is(T == wstring)) { should be
static if(is(typeof(return) == wstring)) {

Many Thanks for your work, have a good day.

adamdruppe commented 4 years ago

indeed thanks