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
IDE: Visual Studio 15.8.9 The compiler understandably complains about multiply defined symbols:
fmt.lib(fmt.dll) : error LNK2005: "private: void __cdecl fmt::v5::system_error::init(int,class fmt::v5::basic_string_view<char>,struct fmt::v5::format_args)" (?init@system_error@v5@fmt@@AEAAXHV?$basic_string_view@D@23@Uformat_args@23@@Z) already defined in format-impl-test.obj 1>fmt.lib(fmt.dll) : error LNK2005: "void __cdecl fmt::v5::format_system_error(class fmt::v5::internal::basic_buffer<char> &,int,class fmt::v5::basic_string_view<char>)" (?format_system_error@v5@fmt@@YAXAEAV?$basic_buffer@D@internal@12@HV?$basic_string_view@D@12@@Z) already defined in format-impl-test.obj
The text was updated successfully, but these errors were encountered:
Fixed by #937, thanks.
Sorry, something went wrong.
No branches or pull requests
IDE: Visual Studio 15.8.9
The compiler understandably complains about multiply defined symbols:
The text was updated successfully, but these errors were encountered: