search for: __if_hash_not_cached

Displaying 1 result from an estimated 1 matches for "__if_hash_not_cached".

2016 Dec 01
0
clang error: static_assert failed "Cache the hash code or make functors involved in hash code and bucket index computation default constructible"
.../../../../include/c++/4.8/unordered_map:47: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/hashtable.h:268:7: error: static_assert failed "Cache the hash code or make functors involved in hash code and bucket index computation default constructible" static_assert(__if_hash_not_cached< ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/unordered_map.h:120:36: error: member 'iterator' found in multiple base classes of different types typedef typename _Hashtable::iterator iterator;...