Skip to content
New issue

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

Break with fmt new changes #34

Open
einali opened this issue Sep 7, 2024 · 0 comments
Open

Break with fmt new changes #34

einali opened this issue Sep 7, 2024 · 0 comments

Comments

@einali
Copy link

einali commented Sep 7, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant