[libcxx-commits] [PATCH] D112869: [libc++] Implement P2186R2 (Remove Garbage Collection)

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 3 10:44:53 PDT 2021


Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added inline comments.


================
Comment at: libcxx/src/legacy_pointer_safety.cpp:12
+
+// Support for garbage collection was removed in C++23 by https://wg21.link./P2186R2. Libc++ implements
+// that removal as an extension in all Standard versions. However, we still define the functions that
----------------
Remove bogus (if harmless) trailing dot in `wg21.link./`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112869



More information about the libcxx-commits mailing list