3 Feb
2007
3 Feb
'07
7:49 p.m.
Hi, Does the hash function uses a seed? If a call: boost::hashstd::string string_hash; std::size_t h = string_hash("Hash me"); and then after a year I call again: string_hash("Hash me"); Does it return the same value? Thanks a lot, Ray