mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
changed type of N to std::size_t
This commit is contained in:
committed by
Christian Mazakas
parent
37ad547e18
commit
4569c1bec0
@ -162,8 +162,8 @@ static constexpr std::size_t default_bucket_count=0;
|
|||||||
template<template<typename> class IntegralWrapper>
|
template<template<typename> class IntegralWrapper>
|
||||||
struct group15
|
struct group15
|
||||||
{
|
{
|
||||||
static constexpr int N=15;
|
static constexpr std::size_t N=15;
|
||||||
static constexpr bool regular_layout=true;
|
static constexpr bool regular_layout=true;
|
||||||
|
|
||||||
struct dummy_group_type
|
struct dummy_group_type
|
||||||
{
|
{
|
||||||
@ -338,8 +338,8 @@ private:
|
|||||||
template<template<typename> class IntegralWrapper>
|
template<template<typename> class IntegralWrapper>
|
||||||
struct group15
|
struct group15
|
||||||
{
|
{
|
||||||
static constexpr int N=15;
|
static constexpr std::size_t N=15;
|
||||||
static constexpr bool regular_layout=true;
|
static constexpr bool regular_layout=true;
|
||||||
|
|
||||||
struct dummy_group_type
|
struct dummy_group_type
|
||||||
{
|
{
|
||||||
@ -518,8 +518,8 @@ private:
|
|||||||
template<template<typename> class IntegralWrapper>
|
template<template<typename> class IntegralWrapper>
|
||||||
struct group15
|
struct group15
|
||||||
{
|
{
|
||||||
static constexpr int N=15;
|
static constexpr std::size_t N=15;
|
||||||
static constexpr bool regular_layout=false;
|
static constexpr bool regular_layout=false;
|
||||||
|
|
||||||
struct dummy_group_type
|
struct dummy_group_type
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user