mirror of https://github.com/php/php-src
Browse Source
This solution might not be canon, but it works by re-using _php_math_round() from math.c, since round() is not available in the C++98 Standard Library on Windows at least. At the same time it seems like the symbol export for it was missing from php_math.h.pull/2047/head
2 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue