-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
error: call to non-‘constexpr’ function ‘void fmt::v8::detail::error_handler::on_error(const char*)’ #2023
Comments
Seems like gcc 10 specific issue (are you compiling with c++ 20?) |
Yes, c++20 |
You could try different version of gcc or turn off c++20 if you must use this particular gcc version.. |
I'm afraid I need c++20 for other parts of the code. |
same issue, C++20 Apple clang version 12.0.5 (clang-1205.0.22.9) |
|
@boxerab does fixing the format string solves it? |
@gabime yep, that fixed it. I will close this now - @Jackson-soft, please can you please open a new issue if this is still a problem for you ? |
I just updated my project to the latest master version of spdlog.
Now, these lines trigger a compiler error:
(g++ 10.3 )
The text was updated successfully, but these errors were encountered: