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

Fix overflow in time_point formatting with large dates #3727

Merged
merged 3 commits into from
Nov 25, 2023

Commits on Nov 25, 2023

  1. Fix fmtlib#3725 and rename fmt_safe_duration_cast to fmt_duration_cast

    The function is now more generic and will handle all casts. It also
    takes care of toggling safe vs unsafe casts using
    FMT_SAFE_DURATION_CAST.
    cschreib committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    bbfeea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b52401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eedce0a View commit details
    Browse the repository at this point in the history