
8 Feb
2006
8 Feb
'06
11:14 p.m.
Thanks Daniel! BTW, is there any progress on the TR1 conforming hash table implementation? IIRC you tried to adapt the existing implementation from the files section, no?
Not much progress, I haven't touched it recently. I've uploaded a snapshot to the file vault.
http://www.boost-consulting.com/vault/index.php?directory=Containers
Thanks for the updated version. I thought I'd pass along to you that I had to add an inline to "std::size_t float_to_size_t(float f)" in "unordered/detail/hash_table.hpp" to get my project to build in VS 2003. Otherwise, I recieved several duplicate definition linking errors. Jared