[libcxx-commits] [PATCH] D115999: [libc++][format] Finish P0645 Text Formatting.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 24 07:48:40 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes.rst:43-45
+  functions are known to be inefficient; both in memory usage and performance.
+  The implementation isn't API or ABI stable and therefore considered
+  experimental. (Some not yet implemented papers require an API break.)
----------------
Quuxplusone wrote:
> Do we need to mention `LIBCXX_ENABLE_INCOMPLETE_FEATURES` here? I don't really know how it works.
My understanding is that since the original `format` paper will effectively fully implemented, we would not use `LIBCXX_ENABLE_INCOMPLETE_FEATURES` here. Was that your intent @Mordante?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115999



More information about the libcxx-commits mailing list