Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.1.0 update.tar.gz | 2020-06-04 | 78.2 kB | |
3.1.0 update.zip | 2020-06-04 | 100.4 kB | |
README.md | 2020-06-04 | 762 Bytes | |
Totals: 3 Items | 179.4 kB | 0 |
New this release
- Implementation of P1976R2 for gsl::span introduces explicit construction of fixed-length spans from dynamic spans.
- See span_compatibility_tests.cpp for additional details.
- PR: [#887]
- Better template argument deduction for gsl::span.
- See span_tests.cpp for examples.
- PR: [#891]
- Improved natvis for span and span derived types.
- PR: [#857]
- Added CMake find_package version support.
- PR: [#879]