yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

Fix ambiguous min proc resolution #422

Closed quantimnot closed 4 years ago

quantimnot commented 4 years ago

Fix #410

I couldn't resolve the issue as the OP of #410 could. So I made the calls explicit.

yglukhov commented 4 years ago

min(float, float) was removed from nimsl, and that's why the build is failing. The correct way to fix it is to update your nimsl. nimble install -y nimsl should help. Otherwise, delete it from nimble packages, and reinstall.

quantimnot commented 4 years ago

:) I just figured that out myself and came here to close this. Thank you