mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 19:42:12 +00:00
not necessary
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user