Fix reason for including assert inside gsl/narrow (#1045)

This commit is contained in:
dmitrykobets-msft 2022-04-28 09:49:10 -07:00 committed by GitHub
parent f21f29d210
commit 7fefaaf2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
#ifndef GSL_NARROW_H #ifndef GSL_NARROW_H
#define GSL_NARROW_H #define GSL_NARROW_H
#include "assert" // for Expects #include "assert" // for GSL_SUPPRESS
#include "util" // for narrow_cast #include "util" // for narrow_cast
#include <exception> // for std::exception #include <exception> // for std::exception
namespace gsl namespace gsl