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
Firstly thanks for the library, it will help me produce better error messages!
I am very new to C++ in general so I may be doing something very wrong but after adding the header and the code file I get 47 warnings all of the types:
Hi,
Firstly thanks for the library, it will help me produce better error messages!
I am very new to C++ in general so I may be doing something very wrong but after adding the header and the code file I get 47 warnings all of the types:
Warning 1 warning C4521: 'fmt::BasicFormatter' : multiple copy constructors specified d:\light bot\code\lightbot\lightbot\3rdparty\format\format.h 1015 1 LightBot
Warning 2 warning C4521: 'fmt::Formatter<>' : multiple copy constructors specified d:\light bot\code\lightbot\lightbot\3rdparty\format\format.h 1138 1 LightBot
Warning 3 warning C4521: 'fmt::BasicFormatter' : multiple copy constructors specified d:\light bot\code\lightbot\lightbot\3rdparty\format\format.h 1015 1 LightBot
Warning 4 warning C4521: 'fmt::Formatter<Action,Char>' : multiple copy constructors specified d:\light bot\code\lightbot\lightbot\3rdparty\format\format.h 1138 1 LightBot
I don't believe I am doing something wrong? Additionally is the library cross platform?
The text was updated successfully, but these errors were encountered: