Include version numbers in public header. (#314)
This can be used to detect whether the version of SLEEF being used supports a feature. For example #if SLEEF_VERSION_MAJOR > 3 || \ (SLEEF_VERSION_MAJOR == 3 && SLEEF_VERSION_MINOR >= 5) /* Use function only available in SLEEF 3.5+ */ #endif
Loading
Please register or sign in to comment