mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
SizeTypeTraits have been removed from multi_span since it is not used
This commit is contained in:
parent
cc75c0e3be
commit
56e3ff9a62
@ -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>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user