Download Latest Version GSL 4.2.0 Release source code.tar.gz (62.3 kB)
Email in envelope

Get an email when there's a new version of GSL

Home / v3.0.1
Name Modified Size InfoDownloads / 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.

Source: README.md, updated 2020-04-23