Open GoogleCodeExporter opened 9 years ago
I'm having problems in osx 10.9.2 as well.
In file included from src/hashtable_test.cc:60:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../lib/c++/v1/vector:502:5: error: implicit instantiation of undefined
template '__static_assert_test<false>'
static_assert((is_same<typename allocator_type::value_type, value_type>::value),
src/hashtable_test.cc:614:8: error: no viable conversion from
'google::BaseHashtableInterface<google::sparse_hash_map<int, int,
<anonymous>::Hasher, <anonymous>::Hasher, <anonymous>::Alloc<int, unsigned
long, 18446744073709551615> > >::iterator' to 'const google::BaseHashtableInterface<google::sparse_hash_map<int, int, <anonymous>::Hasher, <anonymous>::Hasher, <anonymous>::Alloc<int, unsigned long,
18446744073709551615> > >::const_iterator'
ci = this->ht_.begin();
It might just be src/hashtable_test.cc but it gives up compiling so I'm not
sure.
Original comment by kbrani...@gmail.com
on 6 Apr 2014 at 7:01
Original issue reported on code.google.com by
jgreg...@gmail.com
on 31 Jan 2014 at 7:44