[libcxx-commits] [PATCH] D154286: [libc++][format] Granularize formatter_output.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 10 09:42:03 PDT 2023


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM anyway but it would be important to raise this concern, cause doubling the preprocessed size of `<vector>` for a formatter that most code will not make use of (in the near future) is a notable problem.


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