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

trigger assertion in to_unsigned #1135

Merged
merged 2 commits into from
May 1, 2019
Merged

Commits on Apr 28, 2019

  1. provoke assertion

    fmt/include/fmt/core.h:246:
    typename std::make_unsigned<_Tp>::type fmt::v5::internal::to_unsigned(Int)
    [with Int = long int;
     typename std::make_unsigned<_Tp>::type = long unsigned int]:
    Assertion `(value >= 0) && "negative value"' failed.
    pauldreik committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    2e3352f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into invalidcolons

    # Conflicts:
    #	test/chrono-test.cc
    pauldreik committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    b3cc9c0 View commit details
    Browse the repository at this point in the history