You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for the great library. It is such an improvement over the type unsafe sprintf/print.
I have a project that was compiling and linking under both clang/linux and Visual Studio/win32. I am now getting errors from Visual Studio while linking:
1>test-cases.obj : error LNK2005: "void __cdecl fmt::v6::internal::fallback_format(class fmt::v6::internal::fp const &,int)" (?fallback_format@internal@v6@fmt@@YAXABVfp@123@H@Z) already defined in test-cases-2fx.obj
1>C:\Users\owe043\Documents\svn-RiskLab\Containers\trunk\Release\catch-gen-MC.exe : fatal error LNK1169: one or more multiply defined symbols found
I have tried to bisect the problem and I have that commit 6649b8e is good (I'm consuming via svn so this is what they look like to me):
First off, thanks for the great library. It is such an improvement over the type unsafe sprintf/print.
I have a project that was compiling and linking under both clang/linux and Visual Studio/win32. I am now getting errors from Visual Studio while linking:
I have tried to bisect the problem and I have that commit 6649b8e is good (I'm consuming via svn so this is what they look like to me):
The next commit ac71d85 doesn't compile for me:
The next commit 0887887 is the first bad commit:
The text was updated successfully, but these errors were encountered: