Skip to content

MSVC: Missing symbols while linking dynamically #808

Closed
@jimpark

Description

@jimpark

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions