chronoxor / CppCommon

Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW
MIT License
295 stars 77 forks source link

Break with fmt new changes #34

Open einali opened 2 months ago

einali commented 2 months ago

Hi Error with new fmt lib in CppCommon/include/string/format.inl

CppCommon/include/string/format.inl:32:24: error: expected primary-expression before ‘wchar_t’ 32 | return fmt::vprint(pattern, fmt::make_format_args(args...));

solved with removing

0xMana-git commented 4 weeks ago

^^same issue getting compile error on line 32 and 44 for any project that includes it as a dependency

xpd54 commented 1 day ago

@einali @0xMana-git https://github.com/chronoxor/CppCommon/pull/35 It was because of fmt update. Sent a PR.