mirror of
https://github.com/microsoft/GSL.git
synced 2025-08-04 05:04:29 +02:00
Fix reason for including assert inside gsl/narrow (#1045)
This commit is contained in:
committed by
GitHub
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
|
||||||
|
Reference in New Issue
Block a user