[libcxx-commits] [PATCH] D110499: [libc++][format][5/6] Improve format_to_n.

Victor Zverovich via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 15 08:47:08 PDT 2022


vitaut added inline comments.


================
Comment at: libcxx/include/format:307-309
+// The function is _LIBCPP_ALWAYS_INLINE since to compiler is bad at inlining
+// https://reviews.llvm.org/D110499#inline-1180704
+// TODO FMT Evaluate whether we want to file a Clang bug report regarding this.
----------------
"to" looks out of place. Also I don't think it's clang-specific so opening bug report just for this compiler won't help.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110499



More information about the libcxx-commits mailing list