From 56e3ff9a6249e2a8c26f6ccb3677a66f80cbaf58 Mon Sep 17 00:00:00 2001 From: Alexey Malov Date: Thu, 25 May 2017 18:54:12 +0300 Subject: [PATCH] SizeTypeTraits have been removed from multi_span since it is not used --- include/gsl/multi_span | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/gsl/multi_span b/include/gsl/multi_span index 2ac8457..232eeb7 100644 --- a/include/gsl/multi_span +++ b/include/gsl/multi_span @@ -76,12 +76,6 @@ namespace gsl */ namespace details { - template - struct SizeTypeTraits - { - static const SizeType max_value = (std::numeric_limits::max)(); - }; - template class are_integral : public std::integral_constant {