`group_digits` does not work with negative integers. I would expect `fmt::group_digits(-12345)` to produce `-12,345` and not `18,446,744,073,709,539,271` Here is the code to reproduce: https://godbolt.org/z/vjzrM48bb
group_digitsdoes not work with negative integers.I would expect
fmt::group_digits(-12345)to produce-12,345and not18,446,744,073,709,539,271Here is the code to reproduce: https://godbolt.org/z/vjzrM48bb