Method doesn't compile when defined in a mixin, but is fine without?

pineapple via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 1 06:36:33 PDT 2016


Strangely, though I'm getting this error when wrapping 
SDL_GetWindowMinimumSize and SDL_GetWindowMaximumSize, I don't 
get any compilation errors wrapping the identically-signatured 
SDL_GetWindowSize and SDL_GetWindowPosition using the same mixin.


More information about the Digitalmars-d-learn mailing list