Open einali opened 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
^^same issue getting compile error on line 32 and 44 for any project that includes it as a dependency
@einali @0xMana-git https://github.com/chronoxor/CppCommon/pull/35 It was because of fmt update. Sent a PR.
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