github martinmoene/span-lite v0.9.2
0.9.2

latest releases: v0.11.0, v0.10.3, v0.10.2...
3 years ago

Release 0.9.2 fixes #64. Thanks to @improbablejan.

Note: With MSVC Debug, a span cannot be created from an empty range, like: std::vector v; span(v.begin(),v.end()).
This behaviour is present since the introduction of construction from iterators in v0.9.0.

Don't miss a new span-lite release

NewReleases is sending notifications on new releases.