[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
Loading
Please sign in to comment