apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.97k stars 443 forks source link

Fix build on Windows #13

Closed egorzhdan closed 4 years ago

egorzhdan commented 4 years ago

log & exp functions are declared in ucrt.corecrt.math module on Windows.

This change makes the package buildable with SwiftPM on Windows.

Checklist

natecook1000 commented 4 years ago

Thanks for fixing this, @egorzhdan!