Remove `round` definition. Fixes #44.
Maybe also Fixes #60? The function isn't called anywhere and modern msvc do define it already, so the definition leads to an error.
Showing
Please register or sign in to comment
Maybe also Fixes #60? The function isn't called anywhere and modern msvc do define it already, so the definition leads to an error.