CppCommon
CppCommon copied to clipboard
Break with fmt new changes
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<wchar_t>(pattern, fmt::make_format_argsfmt::wformat_context(args...));
solved with removing <wchar_t>