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:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-02-03 23:46:37 +0300
committerJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-02-03 23:46:37 +0300
commiteabd9358f010ebe0c36b9238807a5a8fcaa002f6 (patch)
tree7fa23f6af602d953fb74254f68a8f8b918dec71a /tests/span_tests.cpp
parentad71477183635a9fcd9f7d65d1a9b84ef4360997 (diff)
addressing some comments
Diffstat (limited to 'tests/span_tests.cpp')
-rw-r--r--tests/span_tests.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/span_tests.cpp b/tests/span_tests.cpp
index ac05af1..8d9fadd 100644
--- a/tests/span_tests.cpp
+++ b/tests/span_tests.cpp
@@ -30,11 +30,6 @@
#include <type_traits> // for integral_constant<>::value, is_default_co...
#include <vector> // for vector
-namespace gsl
-{
-struct fail_fast;
-} // namespace gsl
-
using namespace std;
using namespace gsl;