[libcxx-commits] [PATCH] D134036: [libc++][format] Implements string escaping.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Sep 17 12:01:20 PDT 2022
Mordante added inline comments.
================
Comment at: libcxx/test/std/utilities/format/format.functions/escaped_output.ascii.pass.cpp:34
+
+auto test_format = []<class CharT, class... Args>(
+ std::basic_string_view<CharT> expected, test_format_string<CharT, Args...> fmt, Args&&... args) {
----------------
As mentioned in D134031 this should be a function and not a lambda.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134036/new/
https://reviews.llvm.org/D134036
More information about the libcxx-commits
mailing list