summaryrefslogtreecommitdiff
path: root/boost/multi_index/detail/bucket_array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/detail/bucket_array.hpp')
-rw-r--r--boost/multi_index/detail/bucket_array.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/boost/multi_index/detail/bucket_array.hpp b/boost/multi_index/detail/bucket_array.hpp
index f688ba1621..d9fa434d9a 100644
--- a/boost/multi_index/detail/bucket_array.hpp
+++ b/boost/multi_index/detail/bucket_array.hpp
@@ -1,4 +1,4 @@
-/* Copyright 2003-2014 Joaquin M Lopez Munoz.
+/* Copyright 2003-2015 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -77,7 +77,8 @@ template<bool _=true> /* templatized to have in-header static var defs */
class bucket_array_base:private noncopyable
{
protected:
- static const std::size_t sizes[];
+ static const std::size_t sizes[
+ BOOST_PP_SEQ_SIZE(BOOST_MULTI_INDEX_BA_SIZES)];
static std::size_t size_index(std::size_t n)
{