[libc++][NFCI] span: replace enable_if with concepts
Several span constructors use `enable_if` which is verbose. Replace these with concepts or requires expressions.
Loading
Please sign in to comment
Several span constructors use `enable_if` which is verbose. Replace these with concepts or requires expressions.