forked from boostorg/unordered
changed type of N to std::size_t
This commit is contained in:
committed by
Christian Mazakas
parent
37ad547e18
commit
4569c1bec0
@@ -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
|
||||
|
Reference in New Issue
Block a user