[libcxx-commits] [PATCH] D121530: [libc++][format] Implement format-string.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 28 04:07:24 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/include/format:236
+private:
+  void (*__parse_)(basic_format_parse_context<_CharT>&);
+};
----------------
It's not necessary, but I find it a lot easier to read than finding the variable name inside a function pointer declaration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121530



More information about the libcxx-commits mailing list