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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 3 12:42:19 PST 2022


Mordante added inline comments.


================
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
----------------
Is this intended to be 15 or 16?


================
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
----------------
Is this intended to be 15 or 16?


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