[libcxx-commits] [libcxx] [libc++] Optimize num_put integral functions (PR #120859)
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 5 11:18:57 PST 2025
nico wrote:
We have a test that checks that streaming a pointer to an ostringstream prints a `0x` prefix on non-win but not on win.
(I suppose the test is just supposed to document current behavior.)
This seems to change the behavior on windows to print a `0x` prefix there too. Is that intentional?
https://github.com/llvm/llvm-project/pull/120859
More information about the libcxx-commits
mailing list