[libcxx-commits] [PATCH] D110494: [libc++][format][1/6] Reduce binary size.
Victor Zverovich via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 17 07:16:59 PDT 2021
vitaut added a comment.
Now that the format context is almost always `format_context`, it might be worth adding `[[clang::preferred_name(format_context)]]` to the `basic_format_context` template.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110494/new/
https://reviews.llvm.org/D110494
More information about the libcxx-commits
mailing list