[libcxx-commits] [PATCH] D71994: SFINAE span default constructor on Extent == 0

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 14 06:58:08 PDT 2020


ldionne commandeered this revision.
ldionne edited reviewers, added: miscco; removed: ldionne.
ldionne added a comment.
Herald added a subscriber: jkorous.

I'm committing this, but I'm removing concepts from the tests.

Please don't require features we don't implement like that, it's just pointless. You basically have dead code in your test as it stands.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71994





More information about the libcxx-commits mailing list