mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix reason for including assert inside gsl/narrow (#1045)
This commit is contained in:
parent
f21f29d210
commit
7fefaaf2c8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user