[libcxx-commits] [libcxx] [libc++] Optimize num_put integral functions (PR #120859)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 14 09:45:25 PDT 2025


mordante wrote:

> I was pointed at https://bugzilla.redhat.com/show_bug.cgi?id=166735, which seems to claim that 0x0 should just be 0, IIUC.

@nico @alexfh Thanks for the information. I agree that `#` for octal and hexadeximal should print `0` instead of `00` and `0x0`.

https://github.com/llvm/llvm-project/pull/120859


More information about the libcxx-commits mailing list