CppCommon icon indicating copy to clipboard operation
CppCommon copied to clipboard

Break with fmt new changes

Open einali opened this issue 1 year ago • 0 comments

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>

einali avatar Sep 07 '24 08:09 einali