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

Tim Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 23 16:04:15 PDT 2021


tcanens added a comment.

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).


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