0.9.0
Release 0.9.0 of span lite adds construction from iterators and improves detection of the presence of Class Template Argument Deduction (CTAD).
Additions:
- Construct a span from two iterators or an iterator and a size with C++11 and later (#61, thanks @Ryan-rsm-McKenzie).
Changes:
- Improve detection of the presence of C++17 Class Template Argument Deduction (CTAD, #48).
Fixes:
- Fix to only use scoped enums with C++11 and later .