github microsoft/GSL v3.0.1
3.0.1

latest releases: v4.2.0, v4.1.0, v4.0.0...
5 years ago

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.

Don't miss a new GSL release

NewReleases is sending notifications on new releases.