[libcxx-commits] [PATCH] D100255: [libcxx] adds `range` access CPOs

Tim Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 24 10:17:01 PDT 2021


tcanens added a comment.

In D100255#2714675 <https://reviews.llvm.org/D100255#2714675>, @cjdb wrote:

> In D100255#2713772 <https://reviews.llvm.org/D100255#2713772>, @tcanens wrote:
>
>> The array-of-incomplete-element case is IFNDR. I think we really want that case to be a SFINAE-unfriendly hard error, since it's a recipe for disaster (ODR violations).
>
> Won't the deleted overloads take care of that?

Deleted is still SFINAE-friendly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100255



More information about the libcxx-commits mailing list