Closed krux02 closed 5 years ago
I recently added a proper overload of min/max of float32 to system.nim. This symbol does now clash with the definition of min in nimsl. For some reason max in nimsl is commented out and no symbol clash happens.
min
max
Nice, i'll remove it from nimsl shortly
I recently added a proper overload of min/max of float32 to system.nim. This symbol does now clash with the definition of
min
in nimsl. For some reasonmax
in nimsl is commented out and no symbol clash happens.