[libcxx-commits] [PATCH] D118925: [libc++][format][nfc] Header cleanup.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 8 08:51:19 PST 2022
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: libcxx/include/__format/formatter.h:21
#include <__format/parser_std_format_spec.h>
#include <concepts>
#include <string_view>
----------------
Quuxplusone wrote:
> Maybe also replace this include with more granular includes while you're at it?
That's hard; it seems the header is no longer needed. So deleted it instead :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118925/new/
https://reviews.llvm.org/D118925
More information about the libcxx-commits
mailing list