Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0.1.tar.gz | 2020-04-23 | 77.5 kB | |
3.0.1.zip | 2020-04-23 | 99.0 kB | |
README.md | 2020-04-23 | 392 Bytes | |
Totals: 3 Items | 176.9 kB | 0 |
This is a minor release that addresses a bug in gsl::narrow
.
Bug details: Previously gsl::narrow
was changed to follow the same termination behavior as contract violations. However the Core Guidelines explicitly says gsl::narrow
should throw a gsl::narrowing_error
on failure.
Fix: PR [#873] corrects this issue and re-introduces the throwing behavior for gsl::narrow
.