We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
^^same issue getting compile error on line 32 and 44 for any project that includes it as a dependency
Sorry, something went wrong.
@einali @0xMana-git #35 It was because of fmt update. Sent a PR.
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: