[libcxx-commits] [PATCH] D154286: [libc++][format] Granularize formatter_output.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 8 05:23:36 PDT 2023
Mordante added a comment.
@hans can you test whether this solves your issue. I expect it does not, but it would be nice to get confirmation.
I don't think I can reduce the since of `vector` further by granularizing. If that is the case we need to consider conditionally including `<__format/*.h>` from `<vector>`. The formatter for `vector` is available in C++23 and later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154286/new/
https://reviews.llvm.org/D154286
More information about the libcxx-commits
mailing list