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
<chrono>
[time.format]
Observed by @statementreply.
There are two specific cases of overflow that we are not currently handling correctly:
> format("{:%Q%q}", nanoseconds::min()) < --9223372036854775808ns > format("{:%T}", duration<float, ratio<1, 10'000'000>>{179999981568.0f}) < 05:00:00.-016384
We should also audit for other cases of overflow.
Discovered while implementing #12.
The text was updated successfully, but these errors were encountered:
LLONG_MIN
chrono::duration
No branches or pull requests
Observed by @statementreply.
There are two specific cases of overflow that we are not currently handling correctly:
We should also audit for other cases of overflow.
Discovered while implementing #12.
The text was updated successfully, but these errors were encountered: