[libcxx-commits] [PATCH] D66959: Update libc++ release notes

Hans Wennborg via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 30 01:16:48 PDT 2019


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

Thanks for writing release notes! Please let me know if you need assistance with committing to the branch.



================
Comment at: libcxx/docs/ReleaseNotes.rst:45
+* Implemented P0608: sane variant converting constructor.
+* Added `ssize` function.
+* Added `front` and `back` methods in `std::span`.
----------------
thakis wrote:
> ```
>     afaik `foo` is a link in rst and ``foo`` is code
> ```
I'm not sure if it's a link, I think it ends up using italics or something.

But +1, please use ``foo`` instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66959





More information about the libcxx-commits mailing list