[libcxx-commits] [PATCH] D102639: [libcxx][ranges] Add `indirectly_­movable` and `indirectly_movable_storable`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 20 15:38:31 PDT 2021


zoecarver added a comment.

> indirectly_movable is false

OK, I thought it would be OK not to add these, but I'll add a few.

> indirectly_writable is false

Depending on exactly what you mean, `MoveOnlyConvertibleWrapper` is this case.

> constructible_from is false
> assignable_from is false

Added.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102639



More information about the libcxx-commits mailing list