This release of span lite contains the following changes and fixes.
Additions
- Add span iterator deduction guide (#61, thanks @Ryan-rsm-McKenzie)
- Add 'Tweak header' support via
<nonstd/span.tweak.hpp>
, see nonstd-lite-project 44 - Add TortoiseGit integration with GitHub issues
- Add
.editorconfig
,.gitattributes
Changes
- Change 'on conan' link to refer to conan center
- Prevent
-Wtype-limits
for index check (#62, #63, thanks @mjacobse) - Avoid MSVC 14.1 (VS 2017) warning C4307 (#59, thanks @vlovich)
- For MSVC 12.0 (VS2013, _MSC_VER:1800) fall back on previous behavior of
span_REQUIRES_T()
Fixes