[libcxx-commits] [PATCH] D141195: [libc++][format] range-default-formatter for set.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 17 09:14:32 PST 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.fmtset/format.functions.tests.h:1
+//===----------------------------------------------------------------------===//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
Same comment as for `map`, please make sure you have tests with a user-defined set like type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141195/new/
https://reviews.llvm.org/D141195
More information about the libcxx-commits
mailing list