[libcxx-commits] [PATCH] D140801: [libc++][format] range-default-formatter for map
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 17 09:11:42 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.fmtmap/format.functions.format.pass.cpp:1
+//===----------------------------------------------------------------------===//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
Can we add tests with simple custom associative containers for sets and maps? You can e.g. wrap `std::map` with a custom type and only provide the right typedefs + basic functions to see if everything works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140801/new/
https://reviews.llvm.org/D140801
More information about the libcxx-commits
mailing list