Skip to content
New issue

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: Missing symbols while linking dynamically #808

Closed
jimpark opened this issue Jul 12, 2018 · 1 comment
Closed

MSVC: Missing symbols while linking dynamically #808

jimpark opened this issue Jul 12, 2018 · 1 comment

Comments

@jimpark
Copy link

jimpark commented Jul 12, 2018

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.

@vitaut
Copy link
Contributor

vitaut commented Jul 14, 2018

Fixed in c99a259, thanks for reporting.

@vitaut vitaut closed this as completed Jul 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants