We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSVC 17.5.5 complains about two internal functions missing from the DLL.
fp operator*(fp x, fp y); fp get_cached_power(int min_exponent, int &pow10_exponent);
They need to be declared fully inlined or decorated with FMT_API.
The text was updated successfully, but these errors were encountered:
Mark new functions with FMT_API (#808)
0663ce5
c99a259
Fixed in c99a259, thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
MSVC 17.5.5 complains about two internal functions missing from the DLL.
They need to be declared fully inlined or decorated with FMT_API.
The text was updated successfully, but these errors were encountered: