From d77d7212db9f7357cdfcfcd8ccd96f0cac8ec0d5 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 22 Jun 2016 23:04:32 -0400 Subject: [PATCH] cosmetic --- include/boost/histogram/detail/nstore.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/histogram/detail/nstore.hpp b/include/boost/histogram/detail/nstore.hpp index af465cd6..41c02e9e 100644 --- a/include/boost/histogram/detail/nstore.hpp +++ b/include/boost/histogram/detail/nstore.hpp @@ -133,12 +133,11 @@ private: typename disable_if, void>::type increase_impl(size_type i) { - typedef typename next_storage_type::type U; T& b = static_cast(buffer_)[i]; if (b == std::numeric_limits::max()) { grow_impl(); - increase_impl(i); + increase_impl::type>(i); } else { ++b;