[libcxx-commits] [PATCH] D108856: [libcxx][docs] Remove completed issues from TODO.TXT

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 30 10:45:59 PDT 2021


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

I agree that we should eventually remove this file, however I'd rather do it gradually while making sure that the stuff it mentions has been addressed properly.

I'm fine with this once the `std::allocator` thing has been addressed (LWG 2447). Until then, requesting changes.

Regardless, thanks a lot for the cleanup.



================
Comment at: libcxx/TODO.TXT:75
-* Look at basic_string's move assignment operator, re LWG 2063 and POCMA
-* Put a static_assert in std::allocator to deny const/volatile types (LWG 2447)
----------------
I am not seeing a static assertion in `allocator` for LWG 2447.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108856



More information about the libcxx-commits mailing list