commit | 11807354d024c5b3f2be3d0a30451067734c903a | [log] [tgz] |
---|---|---|
author | Michael Schellenberger Costa <mschellenbergercosta@googlemail.com> | Thu May 14 09:28:27 2020 -0400 |
committer | Louis Dionne <ldionne@apple.com> | Thu May 14 09:35:07 2020 -0400 |
tree | 4805fc94b54da9213400b1ae95d4203ce2d2d352 | |
parent | ca2d956c39d92fbf6b39819856c53d78ec632346 [diff] |
[libc++][span] SFINAE span default constructor on Extent == 0 The default constructor of a static span requires _Extent == 0 so SFINAE it out rather than using a static_assert Differential Revision: https://reviews.llvm.org/D71994 Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 79941086fba3df115e5e7b54a5f826096c933102