mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 01:12:53 -05:00
* Span std::array c'tor uses arr.data() instead of &arr[0] - Fixes runtime issues when constructing from an empty std::array * Construct span with std::data if C++17 detected * Specialize span c'tor for std::array of length 0, set storage to nullptr