[libcxx-commits] [PATCH] D118925: [libc++][format][nfc] Header cleanup.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 3 11:01:03 PST 2022
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.
If CI's happy, I'm happy.
================
Comment at: libcxx/include/__format/formatter.h:21
#include <__format/parser_std_format_spec.h>
#include <concepts>
#include <string_view>
----------------
Maybe also replace this include with more granular includes while you're at it?
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