changed type of N to std::size_t

This commit is contained in:
joaquintides
2023-03-12 00:54:52 +01:00
committed by Christian Mazakas
parent 37ad547e18
commit 4569c1bec0

View File

@ -162,7 +162,7 @@ static constexpr std::size_t default_bucket_count=0;
template<template<typename> class IntegralWrapper>
struct group15
{
static constexpr int N=15;
static constexpr std::size_t N=15;
static constexpr bool regular_layout=true;
struct dummy_group_type
@ -338,7 +338,7 @@ private:
template<template<typename> class IntegralWrapper>
struct group15
{
static constexpr int N=15;
static constexpr std::size_t N=15;
static constexpr bool regular_layout=true;
struct dummy_group_type
@ -518,7 +518,7 @@ private:
template<template<typename> class IntegralWrapper>
struct group15
{
static constexpr int N=15;
static constexpr std::size_t N=15;
static constexpr bool regular_layout=false;
struct dummy_group_type