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
path: root/tests
diff options
context:
space:
mode:
authorJordan Maples <jomaples@microsoft.com>2020-08-12 03:11:14 +0300
committerJordan Maples <jomaples@microsoft.com>2020-08-12 03:11:14 +0300
commit72ddfb7a4009cd0a541ffd60b1eef73ae06094e2 (patch)
treefb1a1af87e793a657e766a5bd85c3bad2d6b0eee /tests
parent63379b7935e41b19a006227910d03dd037a7aa6c (diff)
created new file for gsl_narrow, might want to rename if we go this approach to have all exception prone logic to live here
Diffstat (limited to 'tests')
-rw-r--r--tests/utils_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp
index ac83e2d..fae48f5 100644
--- a/tests/utils_tests.cpp
+++ b/tests/utils_tests.cpp
@@ -16,8 +16,8 @@
#include <gtest/gtest.h>
-#include <gsl/gsl_util> // for narrow, finally, narrow_cast, narrowing_e...
-
+#include <gsl/gsl_util> // finally, narrow_cast
+#include <gsl/gsl_narrow> // for narrow, narrowing_error
#include <algorithm> // for move
#include <functional> // for reference_wrapper, _Bind_helper<>::type
#include <limits> // for numeric_limits