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
Repro:
#include "fmt/chrono.h" int main() { using namespace std::literals::chrono_literals; auto args = fmt::make_format_args(5s); }
The warning was introduced in this PR: #2971
The text was updated successfully, but these errors were encountered:
@np-c0mp1ete Try this fix: phprus@df36b33
Sorry, something went wrong.
yep, that fixes the warning, thanks!
(didn't notice that the code all around is sprinkled with const_check...)
const_check
No branches or pull requests
Repro:
The warning was introduced in this PR: #2971
The text was updated successfully, but these errors were encountered: