[libcxx-commits] [PATCH] D100410: [libc++] Disentangle std::pointer_safety

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 13 14:05:16 PDT 2021


Quuxplusone added reviewers: jasonliu, hubert.reinterpretcast.
Quuxplusone added a comment.

`libcxx/docs/ReleaseNotes.rst` could use some line breaks, and say "scoped enum" rather than "enum class".
The comment `// !C++03` should of course be worded more rigorously.
P2186 "Removing Garbage Collection Support" <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2186r0.html> is relevant, and perhaps it would be appropriate to just wait until that paper's landed for C++2b and then rip out the whole thing? If anyone out there would object to wholesale-ripping-GC-out-of-all-modes, IMO it would be useful to bring that up now rather than later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100410



More information about the libcxx-commits mailing list