This pull request aligns with the current standard for span and uses std::size_t for the extent type. It also updates the constraint on the constructor which checked for <= 0, which should instead be == dynamic_extent. Fixes #45.
Tested with MinGW 9.2.0 and Latest Visual Studio. Look okay?
This pull request aligns with the current standard for
span
and usesstd::size_t
for the extent type. It also updates the constraint on the constructor which checked for<= 0
, which should instead be== dynamic_extent
. Fixes #45.Tested with MinGW 9.2.0 and Latest Visual Studio. Look okay?