Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document potentially confusing behavior in gsl::narrow (microsoft#1073)
NaN != Nan, so the comparisons used in gsl::narrow will always throw when attempting to cast a NaN value. This may be surprising, so document it.
- Loading branch information