From 246ce0b546947d19480e2a34f021dc8207ce7f4e Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Fri, 4 Jan 2019 15:59:24 +0100 Subject: [PATCH] not necessary --- include/boost/histogram/indexed.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/histogram/indexed.hpp b/include/boost/histogram/indexed.hpp index 7304280d..7263202e 100644 --- a/include/boost/histogram/indexed.hpp +++ b/include/boost/histogram/indexed.hpp @@ -42,9 +42,6 @@ public: decltype(auto) operator*() const noexcept { return const_iterator::base_reference()->idx; } - - private: - friend class boost::iterator_core_access; }; int operator[](unsigned d) const { return parent_.cache_[d].idx; }