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