[libcxx-commits] [PATCH] D128927: [libc++] Always build c++experimental.a
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 5 13:00:55 PDT 2022
ldionne added inline comments.
================
Comment at: libcxx/docs/ReleaseNotes.rst:226
+ experimental features provided by it. Note that vendors are encouraged to ship the
+ experimental library now that the compiler provides an ergonomic way to use it.
----------------
Mordante wrote:
> I agree this is a build system change, but I wonder how many users read this part and find the hidden gem.
> Should we add a note at new features too? Maybe there we can mention format and ranges are available with this new switch.
> (technically that actually belongs in the next patch, but I wouldn't mind to do it in this patch.)
I added a note to do this in the next patch, since I think it belongs there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128927/new/
https://reviews.llvm.org/D128927
More information about the libcxx-commits
mailing list