Skip to content

0.9.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 24 Nov 13:31
· 74 commits to master since this release

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 .