[libcxx-commits] [PATCH] D135288: [NFC][libc++][format] Improves tests.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 11 10:23:07 PDT 2022


Mordante marked 2 inline comments as done.
Mordante added inline comments.


================
Comment at: libcxx/test/std/utilities/format/format.functions/format.locale.pass.cpp:34
+auto test =
+    []< class CharT, class... Args>(
+        std::basic_string_view<CharT> expected, test_format_string<CharT, Args...> fmt, Args&&... args) constexpr {
----------------
ldionne wrote:
> Here and elsewhere.
Nice catch, these is due to clang-format's C++03 compatibility.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135288/new/

https://reviews.llvm.org/D135288



More information about the libcxx-commits mailing list