Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmitrykobets-msft <89153909+dmitrykobets-msft@users.noreply.github.com>2022-04-28 19:49:10 +0300
committerGitHub <noreply@github.com>2022-04-28 19:49:10 +0300
commit7fefaaf2c857782a70f6a0ba743cd93dba72f6c8 (patch)
tree6fc53588e85b3f8ade7078790c73eb28d59c6af9
parentf21f29d210939d4025069576e5891665b001f402 (diff)
Fix reason for including assert inside gsl/narrow (#1045)
-rw-r--r--include/gsl/narrow2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gsl/narrow b/include/gsl/narrow
index 6cb1781..32d271e 100644
--- a/include/gsl/narrow
+++ b/include/gsl/narrow
@@ -16,7 +16,7 @@
#ifndef GSL_NARROW_H
#define GSL_NARROW_H
-#include "assert" // for Expects
+#include "assert" // for GSL_SUPPRESS
#include "util" // for narrow_cast
#include <exception> // for std::exception
namespace gsl