This revision was automatically updated to reflect the committed changes.
Closed by commit rL293926: Avoid implementation defined behavior in a test.
(authored by danalbert).
Changed prior to commit:
https://reviews.llvm.org/D29197?vs=85961&id=86866#toc
Repository:
rL LLVM
https://reviews.l
danalbert created this revision.
num_put::put uses %p for pointer types, but the exact format of %p is
implementation defined behavior for the C library. Compare output to
snprintf for portability.
Repository:
rL LLVM
https://reviews.llvm.org/D29197
Files:
test/std/localization/locale.cat