[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:47:49 PST 2022


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

Upon second thought, I think it would be best to leave the feature-test macro undefined until we actually guarantee ABI/API stability. Otherwise, users will just start using it and it will be difficult for us to say "well it was not stable, you should have waited". FTMs are basically the only way to communicate with our users in that respect, so I think we should be careful about not-quite-accurate information.


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