[libcxx-commits] [PATCH] D101723: [libc++][NFC] Move format_error to its own header.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 19 10:04:24 PDT 2021


zoecarver added inline comments.


================
Comment at: libcxx/include/format:81
 template <class _CharT>
 class _LIBCPP_TEMPLATE_VIS basic_format_parse_context {
 public:
----------------
I don't feel too strongly, but I think it might be better to move `basic_format_parse_context` into its own header, and `format_error` along with it. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101723/new/

https://reviews.llvm.org/D101723



More information about the libcxx-commits mailing list