SizeTypeTraits have been removed from multi_span since it is not used

This commit is contained in:
Alexey Malov 2017-05-25 18:54:12 +03:00
parent cc75c0e3be
commit 56e3ff9a62

View File

@ -76,12 +76,6 @@ namespace gsl
*/
namespace details
{
template <typename SizeType>
struct SizeTypeTraits
{
static const SizeType max_value = (std::numeric_limits<SizeType>::max)();
};
template <typename... Ts>
class are_integral : public std::integral_constant<bool, true>
{