1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-04-05 02:18:33 -04:00
beinhaerter f4a715816c Suppress warnings on VS ()
- gsl::narrow, gsl::narrow_cast and gsl::at are the safe variants suggested by CppCoreGuideline. It does not make sense to let VS warn inside the implementation of these functions that unsafe static_cast is used and that the safe variants shall be used.
- Suppress warning that throw_exception can be declared noexcept (for the GSL_TERMINATE_ON_CONTRACT_VIOLATION case)
2018-07-31 17:53:00 -07:00
..
2018-07-31 17:53:00 -07:00