[libcxx-commits] [PATCH] D120935: [libc++][doc] Update the release notes.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 3 12:44:48 PST 2022


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/docs/ReleaseNotes.rst:170
   be the cause. You can define the ``_LIBCPP_ABI_USE_CXX03_NULLPTR_EMULATION`` macro
   to return to the previous behavior. That macro will be removed in LLVM 15. Please
   comment `on D109459 <https://reviews.llvm.org/D109459>`_ if you are broken by this change
----------------
Mordante wrote:
> Is this intended to be 15 or 16?
15, this is OK too.


================
Comment at: libcxx/docs/ReleaseNotes.rst:184
   You can define the ``_LIBCPP_ABI_OLD_LOGNORMAL_DISTRIBUTION`` macro to return to the
   previous behavior. That macro will be removed in LLVM 15. Please comment
   `on PR52906 <https://llvm.org/PR52906>`_ if you are broken by this change and need to
----------------
Mordante wrote:
> Is this intended to be 15 or 16?
That's 15, this is OK. Our policy of 2 releases is for TSes only.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120935



More information about the libcxx-commits mailing list