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.