From 4569c1bec081ecd958a5b1ba21a15aff52300f83 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sun, 12 Mar 2023 00:54:52 +0100 Subject: [PATCH] changed type of N to std::size_t --- include/boost/unordered/detail/foa/core.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp index 26c08da0..563e81ba 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -162,8 +162,8 @@ static constexpr std::size_t default_bucket_count=0; template 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 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 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 {