[libcxx-commits] [PATCH] D145847: [libc++][format] Implements LWG3892.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 28 08:59:40 PDT 2023
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/std/utilities/format/format.range/format.range.fmtmap/format.functions.format.pass.cpp:43
+ TEST_WRITE_CONCATENATED(
+ "\nFormat string ", fmt.get(), "\nExpected output ", expected, "\nActual output ", out, '\n')); // XXX
};
----------------
This change seems like a leftover?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145847/new/
https://reviews.llvm.org/D145847
More information about the libcxx-commits
mailing list