Commit ca7a3705 authored by wangyao02's avatar wangyao02

fix friend class typo in FlatMap

parent 9275f4d5
......@@ -259,7 +259,7 @@ public:
private:
template <typename _Map, typename _Element> friend class FlatMapIterator;
template <typename _Map, typename _Element> friend class FlatMapSparseIterator;
template <typename _Map, typename _Element> friend class SparseFlatMapIterator;
// True if buckets need to be resized before holding `size' elements.
inline bool is_too_crowded(size_t size) const
{ return size * 100 >= _nbucket * _load_factor; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment